There seems to be an issue occuring in the Python3 branch due to the from numpy import * overwriting the intrinsic python min function. E.g. in src/atom_d/atom_d.py line 2081 the min(len(Enes[ii]), max_M_size) throws an error in the MnO example as the numpy function is called and not the intrinsic one.
There seems to be an issue occuring in the Python3 branch due to the from numpy import * overwriting the intrinsic python min function. E.g. in src/atom_d/atom_d.py line 2081 the min(len(Enes[ii]), max_M_size) throws an error in the MnO example as the numpy function is called and not the intrinsic one.