CarragherLab / cptools2

Running cellprofiler on eddie3 / SGE clusters
4 stars 2 forks source link

loaddata.check_dataframe_size errors on final dataframe #23

Closed Swarchal closed 6 years ago

Swarchal commented 6 years ago

If the imagelist is not evenly divisible by the chunk argument then the final LoadData dataframe is the remainder and is going to be smaller than chunk.

Either get rid of the check_dataframe_size, or ignore checking on the final dataframe.