You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/25 06:47:15 UTC

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #17441: [Numpy] check for alpha, beta parameter non-negativity in np.gamma

ChaiBapchya opened a new pull request #17441: [Numpy] check for alpha,beta parameter non-negativity in np.gamma
URL: https://github.com/apache/incubator-mxnet/pull/17441
 
 
   ## Description ##
   Check if alpha/beta are negative in case of np.gamma
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage:
   - [ ] Code is well-documented: 
   - [ ] To the best of my knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   
   ### Changes ###
   modified:   src/operator/numpy/random/np_gamma_op.h
   ## Comments ##
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] xidulu commented on issue #17441: [Numpy] check for alpha, beta parameter non-negativity in np.gamma

Posted by GitBox <gi...@apache.org>.
xidulu commented on issue #17441: [Numpy] check for alpha,beta parameter non-negativity in np.gamma
URL: https://github.com/apache/incubator-mxnet/pull/17441#issuecomment-585165328
 
 
   Hi,
   @ChaiBapchya 
   I've submitted a patch fixing this issue, you could close this PR if you want.
   https://github.com/apache/incubator-mxnet/pull/17575

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] ChaiBapchya closed pull request #17441: [Numpy] check for alpha, beta parameter non-negativity in np.gamma

Posted by GitBox <gi...@apache.org>.
ChaiBapchya closed pull request #17441: [Numpy] check for alpha,beta parameter non-negativity in np.gamma
URL: https://github.com/apache/incubator-mxnet/pull/17441
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services