Traceback (most recent call last):
File "example_script.py", line 99, in
main.neutralize_system(
File "/home/cbes/users/hiro/pythonic_martini/pythonic_martini/main.py", line 711, in neutralize_system
add_ions(
File "/home/cbes/users/hiro/pythonic_martini/pythonic_martini/main.py", line 571, in add_ions
warnings.warm('Zero %s ions are asked to add. Doing nothing.'%ionname)
AttributeError: module 'warnings' has no attribute 'warm'
I got this error:
Traceback (most recent call last): File "example_script.py", line 99, in
main.neutralize_system(
File "/home/cbes/users/hiro/pythonic_martini/pythonic_martini/main.py", line 711, in neutralize_system
add_ions(
File "/home/cbes/users/hiro/pythonic_martini/pythonic_martini/main.py", line 571, in add_ions
warnings.warm('Zero %s ions are asked to add. Doing nothing.'%ionname)
AttributeError: module 'warnings' has no attribute 'warm'