We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f8133 commit c8e0a6cCopy full SHA for c8e0a6c
pioreactor/tests/test_od_calibration.py
@@ -16,7 +16,7 @@
16
17
18
def test_analyze():
19
- cal = structs.ODCalibration(
+ cal = structs.OD600Calibration(
20
created_at=current_utc_datetime(),
21
curve_type="poly",
22
curve_data_=[2.0, 0.0],
0 commit comments