Skip to content

Commit

Permalink
fixed parsing issue with ph
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma committed Feb 22, 2024
1 parent c317f89 commit 624602a
Show file tree
Hide file tree
Showing 2 changed files with 627 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MTPHandler/readers/multiskan_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def read_multiskan(
plate = cls(
temperatures=[temperature],
temperature_unit=temperature_unit,
ph=ph,
times=time,
time_unit=time_unit,
date_measured=created,
Expand All @@ -82,6 +81,7 @@ def read_multiskan(
id=id,
x_position=column_id,
y_position=row_id,
ph=ph,
)

well = [well for well in plate.wells if well.id == id][0]
Expand Down
Loading

0 comments on commit 624602a

Please sign in to comment.