uibcdf / MolSysMT

Open source library to work with molecular systems
https://www.uibcdf.org/MolSysMT/
Other
12 stars 3 forks source link

Fixed comparison issuing warning with numpy arrays #78

Closed Daniel-Ibarrola closed 2 years ago

Daniel-Ibarrola commented 2 years ago

In set.py there was a line of code that could potentially compare a numpy array with a string, issuing a warning. This line of code was modified to check if the variable is a numpy array to prevent future errors.

Closes #66

codecov-commenter commented 2 years ago

Codecov Report

Merging #78 (74636d5) into main (eb25014) will increase coverage by 0.00%. The diff coverage is 66.66%.