Skip to content

Commit acce97e

Browse files
committed
fix 8ch preheat
1 parent daabcc3 commit acce97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware-testing/hardware_testing/protocols/8ch_preheat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def add_parameters(parameters: ParameterContext) -> None:
2222
description="Select model type.",
2323
)
2424

25-
parameters.add_int(
25+
parameters.add_float(
2626
display_name="Target Temperature",
2727
variable_name="temp",
2828
default=25.5,

0 commit comments

Comments
 (0)