zamanianlab / wrmXpress

MIT License
3 stars 1 forks source link

Incorrect evaluation of well number #2

Open wheelern opened 2 years ago

wheelern commented 2 years ago

Lines 43 - 47 in modules/get_wells.py are meant to compare the value the function returns (the list of wells found in the image directory) and the exception from the HTD file. Currently, the expectation is simply rows*columns and does not incorporate the Boolean structure from the HTD file. This needs to be corrected.