From 7549f6e026882b2d96b2f3a5f9102208ff16311c Mon Sep 17 00:00:00 2001 From: Josh McVey Date: Tue, 16 Apr 2024 09:39:57 -0500 Subject: [PATCH] comments in golden RTP --- .../OT2/Success/v2_18_NO_PIPETTES_GoldenRTP_OT2.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-testing/files/protocols/OT2/Success/v2_18_NO_PIPETTES_GoldenRTP_OT2.py b/app-testing/files/protocols/OT2/Success/v2_18_NO_PIPETTES_GoldenRTP_OT2.py index 1851aadab4c..849dcac9383 100644 --- a/app-testing/files/protocols/OT2/Success/v2_18_NO_PIPETTES_GoldenRTP_OT2.py +++ b/app-testing/files/protocols/OT2/Success/v2_18_NO_PIPETTES_GoldenRTP_OT2.py @@ -15,12 +15,12 @@ def add_parameters(parameters): ###################INT##################### ### int min/max with all fields ### parameters.add_int( - display_name="int min/max all", + display_name="int min/max all", # max 30 chars variable_name="min_max_all_fields", default=6, minimum=1, maximum=12, - description=description, + description=description, # optional 100 characters max unit=unit, ) #### int min/max without unit ### @@ -145,7 +145,7 @@ def add_parameters(parameters): description=description, # unit is missing ) - #### float choices with without description and unique choice values ### + #### float choices without description and unique choice values ### parameters.add_float( display_name="float choices no description", variable_name="float_choices_no_description",