From 286427412b6d7876b745a18c6fe0cb3e622b146d Mon Sep 17 00:00:00 2001 From: caila-marashaj Date: Mon, 25 Mar 2024 10:38:56 -0400 Subject: [PATCH] update dummy config --- api/tests/opentrons/config/ot3_settings.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/tests/opentrons/config/ot3_settings.py b/api/tests/opentrons/config/ot3_settings.py index cd662858ac7..76b60c79fff 100644 --- a/api/tests/opentrons/config/ot3_settings.py +++ b/api/tests/opentrons/config/ot3_settings.py @@ -1,3 +1,5 @@ +from opentrons_hardware.hardware_control.tool_sensors import OutputOptions + ot3_dummy_settings = { "name": "Marie Curie", "model": "OT-3 Standard", @@ -123,7 +125,7 @@ "plunger_speed": 10, "sensor_threshold_pascals": 17, "expected_liquid_height": 90, - "log_pressure": True, + "output_option": OutputOptions.stream_to_csv, "aspirate_while_sensing": False, "auto_zero_sensor": True, "num_baseline_reads": 10,