You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In _format_advanced_option() initial state widgets are forced to sum to 1 without checking if this is appropriate; if the system is not conserved _constantSystemSize == None or == False then user-provided values should not be altered
Additionally, the warning message is printed; the appropriate way to raise errors such as this is via the _errorMessage widget, accessed via _showErrorMessage()
The text was updated successfully, but these errors were encountered:
In
_format_advanced_option()
initial state widgets are forced to sum to 1 without checking if this is appropriate; if the system is not conserved_constantSystemSize == None
or== False
then user-provided values should not be alteredAdditionally, the warning message is printed; the appropriate way to raise errors such as this is via the
_errorMessage
widget, accessed via_showErrorMessage()
The text was updated successfully, but these errors were encountered: