stupplab / predict-fibers

Deep Learning model to classify a Peptide Amphiphile assembly into Fiber and Nonfiber given its peptide sequence
0 stars 0 forks source link

Error at line 571 of main.py warnings.warm #1

Open hsai1020 opened 2 years ago

hsai1020 commented 2 years ago

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'

hsai1020 commented 2 years ago

Never mind... Wrong thread...