CellProfiler / CellProfiler-plugins

Community-contributed and experimental CellProfiler modules.
http://plugins.cellprofiler.org/
56 stars 67 forks source link

EnhancedMeasureTexture patch fixing #133 #134 #139

Closed imoutsatsos closed 2 years ago

imoutsatsos commented 2 years ago

The updated code fixes two issues encountered with this CellProfiler module. When the module was included in a pipeline it failed to run, with errors due to array indices not being integers #133 . Also fixes failure to load module due to obsolete references to 'from_matlab' #134

bethac07 commented 2 years ago

Thanks so much! Do you mind just putting it in the top level of the repo rather than inside AutoConvert, since it's now no longer AutoConverted but tested to be working?

imoutsatsos commented 2 years ago

Hi @bethac07 Thanks for the feedback. I have now moved the updated module to the root folder.

bethac07 commented 2 years ago

Great, thanks!