-
Notifications
You must be signed in to change notification settings - Fork 15
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
Changes default values for empty states and adds warnings for SPHInX #1567
base: main
Are you sure you want to change the base?
Conversation
…ilure. (cherry picked from commit 7aff3a3)
…ings. (cherry picked from commit 36ed1bf)
for more information, see https://pre-commit.ci (cherry picked from commit d9f532b)
Co-authored-by: freyso <[email protected]> (cherry picked from commit 9468b3f)
Co-authored-by: freyso <[email protected]> (cherry picked from commit 845ae4b)
This is the previous PR |
Pull Request Test Coverage Report for Build 10901773764Details
💛 - Coveralls |
This is what I don’t understand. You’re right that the default may not have been properly chosen, but the new one appears also arbitrary to me. Can you maybe tell why you chose this value? |
The default was already mentioned in the docstring of |
@samwaseda Are you happy with this? |
ok I originally implemented it but I didn't realise that there was this discrepancy :D I'm still concerned about the warning, which will keep appearing to everyone, regardless of what kind of material we are talking about. I guess it's slightly unfair regarding other more serious warnings. In addition, I don't quite understand the difference between the two print statements. Isn't one warning for the filling check enough? |
For convergence there are two convergence checks so two print statements. We thought the print statement for scf convergence would be a helpful hint for new users of sphinx. |
Sorry what I meant was |
|
As a part of fixing the issues mentioned here, we thought it would be nice to have some warnings. Also we saw that there was discrepency between default empty states value and documentation of the function.