Replies: 1 comment
-
Those are most likely intermediate warnings. The warnings are checked after each value is changed by default, and so likely are being raised when you change You can manually run any checks with print(b.run_checks()). If any checks are not passing, then they will be raised as errors once you call |
Beta Was this translation helpful? Give feedback.
-
I am using a python interface, via jupyter notebook, and in trying to set up my contact binary, i keep getting numerous warnings. I assume my starting parameters are not close enough to a solution, which is causing the problem. But when I update requiv for primary and rerun the code, the warning doesn't seem to know I have updated requiv.
![ErrorRequiv](https://user-images.githubusercontent.com/81473857/125768165-524dd631-f5f4-4636-8866-5df236123536.PNG)
Beta Was this translation helpful? Give feedback.
All reactions