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
Currently, if the user provides a file containing binary interaction parameters, there is no feedback regarding whether interaction parameters for the individual binary systems are actually available. For users that can be seen as somewhat intransparent. A possible remedies would be a warning in Rust, but in general, print statements in Rust that can not be avoided from Python whatsoever should be only used in cases of serial failure (or maybe not at all).
Maybe warnings by default and an additional parameter that disables warnings could be a solution.
The text was updated successfully, but these errors were encountered:
Currently, if the user provides a file containing binary interaction parameters, there is no feedback regarding whether interaction parameters for the individual binary systems are actually available. For users that can be seen as somewhat intransparent. A possible remedies would be a warning in Rust, but in general, print statements in Rust that can not be avoided from Python whatsoever should be only used in cases of serial failure (or maybe not at all).
Maybe warnings by default and an additional parameter that disables warnings could be a solution.
The text was updated successfully, but these errors were encountered: