pizza icon indicating copy to clipboard operation
pizza copied to clipboard

missing module import in bond_distribute.py and angle_distribute.py

Open evoyiatzis opened this issue 7 years ago • 0 comments

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

evoyiatzis avatar May 09 '18 08:05 evoyiatzis