Beth Cimini

Results 173 comments of Beth Cimini

You can write to the properties file from inside CPA, yes? (there's a thing that says 'Save properties', so I hope so) Writing the filters to the properties file would...

I still think this is valuable, for both a) allowing compatibility with older versions of CP b) more flexibility in general.

What about something like well_format = RowCol well_id = Image_Metadata_WellRow,Image_Metadata_WellColumn

Poking around in the source code it seems like in many places it'd be a pain to change the well_id (you'd have change all the SQL call functions, etc). Given...

Looks like a bug in sklearn, you can report it there if it isn't already reported!

I'm not sure if this is the right place to be reporting this, but using sys.exit does not in fact seem to work, at least in Python scripts- inside the...

No, even if my script hits an except loop and exits there, FIJI still returns an exit code of 0. ```py import sys print('sys exit 1') try: import pathlib except:...

So, big picture question - these currently break the convention of "functionality goes into library/functions, library/modules are just logic wrappers". These modules are the special-est of special cases, so I'm...

Hi, Sorry to hear you're having issues! By any chance, are these files in a mounted network drive, external hard drive, and/or a folder like a Google Drive/Dropbox/Box folder on...