Skip to content

Commit

Permalink
Allow fractional "cell counts" (fluorescence assays)
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed May 23, 2019
1 parent c16f9cd commit 415bb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunor/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def _read_vanderbilt_hts_single_df(file_or_source, plate_width=24,
'drug2': str,
'drug2.conc': np.float64,
'drug2.units': str,
'cell.count': np.int64,
'cell.count': np.float64,
},
converters={
'time': _time_parser,
Expand Down

0 comments on commit 415bb85

Please sign in to comment.