Skip to content

Commit 904a495

Browse files
committed
Update test_config.py
1 parent e0ef8d9 commit 904a495

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/config/test_config.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -353,11 +353,6 @@ def setUp(self):
353353
"end_focus": 0.0,
354354
"abs_z_start": 0.0,
355355
"abs_z_end": 100.0,
356-
"scanrange": 500.0,
357-
"n_plane": 1.0,
358-
"offset_start": 0.0,
359-
"offset_end": 9.8,
360-
"conpro_cycling_mode": "per_stack",
361356
"waveform_template": "Default",
362357
}
363358

@@ -641,10 +636,6 @@ def test_load_experiment_file_with_wrong_parameter_values(self):
641636
"end_focus",
642637
"abs_z_start",
643638
"abs_z_end",
644-
"scanrange",
645-
"n_plane",
646-
"offset_start",
647-
"offset_end",
648639
]:
649640
experiment["MicroscopeState"][k] = "nonsense_value"
650641
config.verify_experiment_config(self.manager, configuration)

0 commit comments

Comments
 (0)