Skip to content

Commit

Permalink
update dummy config
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Mar 25, 2024
1 parent 59d98d2 commit 2864274
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/tests/opentrons/config/ot3_settings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from opentrons_hardware.hardware_control.tool_sensors import OutputOptions

ot3_dummy_settings = {
"name": "Marie Curie",
"model": "OT-3 Standard",
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 2864274

Please sign in to comment.