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 the bond_distribute.py and angle_distribute.py files there is a missing import statement:
"from data import data""
Both scripts make use of the data.py (lines 28 and 26 respectively) without importing the module
The text was updated successfully, but these errors were encountered:
In the bond_distribute.py and angle_distribute.py files there is a missing import statement:
"from data import data""
Both scripts make use of the data.py (lines 28 and 26 respectively) without importing the module
The text was updated successfully, but these errors were encountered: