-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in the commit 8a52f3dc3fb695094f678cf5e36b7f97b99a0f31 #5
Comments
I fixed the bug (commit ca75776) for the plot (below) but still some issue with the second test: |
Thank you Nicola, Concerning the reason of the bug (change of name of a parameter), I think for the future we should use the practice to allow for the first new commits to use both the old and the parameters name raising a DepreactedWarning if the old names are used. |
Thank for updating the file. You are right, I completely forgot to check example.py. I agree with the idea of raising Deprecated/Warning for old names. |
I think we can close the issue :) |
The commit
commit 8a52f3d (HEAD)
Author: GNicola [email protected]
Date: Mon Aug 2 09:29:35 2021 +0200
introduced some kind of bug in the module.
It seems that the generated masses are completely off with respect to the expected distribution.
In particular, the masses are all very small (around 0.1 Msun), this is confirmed also by the plots generated by pytest (below).
I confirm that the previous commit works as expected
The text was updated successfully, but these errors were encountered: