madscatt / zazmol

Library for defining molecular objects to create simulation and analysis programs To install: python setup.py install dependencies: numpy, mocker
GNU General Public License v3.0
0 stars 2 forks source link

mask.py extension not working #76

Closed madscatt closed 1 year ago

madscatt commented 1 year ago

when converting test_intg_subset_Mask_get_dihedral_subset_mask.py in test_subset/

return _mask.get_mask_array(farray, nname, resid, flexible_residues, nresidues, mtype)TypeError: list must contain strings

convert testing scripts to python3 to debug

madscatt commented 1 year ago

updated mask.i file for python 3. tests pass.