Closed Daniel-Ibarrola closed 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.
set.py
Closes #66
Merging #78 (74636d5) into main (eb25014) will increase coverage by 0.00%. The diff coverage is 66.66%.
0.00%
66.66%
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