Skip to content

Commit

Permalink
break apart
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Aug 1, 2024
1 parent 80b73b0 commit fa52808
Show file tree
Hide file tree
Showing 12 changed files with 12,508 additions and 43,851 deletions.
7 changes: 0 additions & 7 deletions analyses-snapshot-testing/automation/data/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,13 +641,6 @@ class Protocols:
robot="Flex",
)

Flex_S_v2_20_P1000_96_PartialTipPickupSmokeTest: Protocol = Protocol(
file_stem="Flex_S_v2_20_P1000_96_PartialTipPickupSmokeTest",
file_extension="py",
robot="Flex",
custom_labware=["hacky_1000ul_flex_tiprack"],
)

OT2_X_v2_18_None_None_duplicateRTPVariableName: Protocol = Protocol(
file_stem="OT2_X_v2_18_None_None_duplicateRTPVariableName",
file_extension="py",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ class ProtocolsWithOverrides:
override_variable_name="type_to_test",
overrides=["str_default_no_matching_choices", "float_default_no_matching_choices", "int_default_no_matching_choices"],
)

Flex_S_v2_20_P1000_96_Overrides_PartialTipPickupSmokeTest: ProtocolWithOverrides = ProtocolWithOverrides(
file_stem="Flex_S_v2_20_P1000_96_Overrides_PartialTipPickupSmokeTest",
file_extension="py",
robot="Flex",
override_variable_name="test_case_key",
overrides=["0", "1", "2", "3", "4", "5", "6", "7"],
)
Loading

0 comments on commit fa52808

Please sign in to comment.