@@ -60,7 +60,6 @@ def table_str(self):
6060 "+---------------------+-----------+\n "
6161 "| procedure | calculate |\n "
6262 "| parallel | single |\n "
63- "| calcSldDuringFit | False |\n "
6463 "| numSimulationPoints | 500 |\n "
6564 "| resampleMinAngle | 0.9 |\n "
6665 "| resampleNPoints | 50 |\n "
@@ -74,7 +73,6 @@ def table_str(self):
7473 "control_property, value" ,
7574 [
7675 ("parallel" , Parallel .Single ),
77- ("calcSldDuringFit" , False ),
7876 ("numSimulationPoints" , 500 ),
7977 ("resampleMinAngle" , 0.9 ),
8078 ("resampleNPoints" , 50 ),
@@ -90,7 +88,6 @@ def test_calculate_property_values(self, control_property: str, value: Any) -> N
9088 "control_property, value" ,
9189 [
9290 ("parallel" , Parallel .Points ),
93- ("calcSldDuringFit" , True ),
9491 ("numSimulationPoints" , 10 ),
9592 ("resampleMinAngle" , 0.2 ),
9693 ("resampleNPoints" , 1 ),
@@ -186,14 +183,6 @@ def test_calculate_parallel_validation(self, value: Any) -> None:
186183 with pytest .raises (pydantic .ValidationError , match = "Input should be 'single', 'points' or 'contrasts'" ):
187184 self .calculate .parallel = value
188185
189- @pytest .mark .parametrize ("value" , [5.0 , 12 ])
190- def test_calculate_calcSldDuringFit_validation (self , value : Union [int , float ]) -> None :
191- """Tests the calcSldDuringFit setter validation in Calculate class."""
192- with pytest .raises (
193- pydantic .ValidationError , match = "Input should be a valid boolean, unable to interpret input"
194- ):
195- self .calculate .calcSldDuringFit = value
196-
197186 @pytest .mark .parametrize ("value" , ["test" , "iterate" , True , 1 , 3.0 ])
198187 def test_calculate_display_validation (self , value : Any ) -> None :
199188 """Tests the display setter validation in Calculate class."""
@@ -220,7 +209,6 @@ def table_str(self):
220209 "+---------------------+---------+\n "
221210 "| procedure | simplex |\n "
222211 "| parallel | single |\n "
223- "| calcSldDuringFit | False |\n "
224212 "| numSimulationPoints | 500 |\n "
225213 "| resampleMinAngle | 0.9 |\n "
226214 "| resampleNPoints | 50 |\n "
@@ -240,7 +228,6 @@ def table_str(self):
240228 "control_property, value" ,
241229 [
242230 ("parallel" , Parallel .Single ),
243- ("calcSldDuringFit" , False ),
244231 ("numSimulationPoints" , 500 ),
245232 ("resampleMinAngle" , 0.9 ),
246233 ("resampleNPoints" , 50 ),
@@ -262,7 +249,6 @@ def test_simplex_property_values(self, control_property: str, value: Any) -> Non
262249 "control_property, value" ,
263250 [
264251 ("parallel" , Parallel .Points ),
265- ("calcSldDuringFit" , True ),
266252 ("numSimulationPoints" , 10 ),
267253 ("resampleMinAngle" , 0.2 ),
268254 ("resampleNPoints" , 1 ),
@@ -380,7 +366,6 @@ def table_str(self):
380366 "+----------------------+---------------+\n "
381367 "| procedure | de |\n "
382368 "| parallel | single |\n "
383- "| calcSldDuringFit | False |\n "
384369 "| numSimulationPoints | 500 |\n "
385370 "| resampleMinAngle | 0.9 |\n "
386371 "| resampleNPoints | 50 |\n "
@@ -402,7 +387,6 @@ def table_str(self):
402387 "control_property, value" ,
403388 [
404389 ("parallel" , Parallel .Single ),
405- ("calcSldDuringFit" , False ),
406390 ("numSimulationPoints" , 500 ),
407391 ("resampleMinAngle" , 0.9 ),
408392 ("resampleNPoints" , 50 ),
@@ -424,7 +408,6 @@ def test_de_property_values(self, control_property: str, value: Any) -> None:
424408 "control_property, value" ,
425409 [
426410 ("parallel" , Parallel .Points ),
427- ("calcSldDuringFit" , True ),
428411 ("numSimulationPoints" , 10 ),
429412 ("resampleMinAngle" , 0.2 ),
430413 ("resampleNPoints" , 1 ),
@@ -556,7 +539,6 @@ def table_str(self):
556539 "+---------------------+--------+\n "
557540 "| procedure | ns |\n "
558541 "| parallel | single |\n "
559- "| calcSldDuringFit | False |\n "
560542 "| numSimulationPoints | 500 |\n "
561543 "| resampleMinAngle | 0.9 |\n "
562544 "| resampleNPoints | 50 |\n "
@@ -574,7 +556,6 @@ def table_str(self):
574556 "control_property, value" ,
575557 [
576558 ("parallel" , Parallel .Single ),
577- ("calcSldDuringFit" , False ),
578559 ("numSimulationPoints" , 500 ),
579560 ("resampleMinAngle" , 0.9 ),
580561 ("resampleNPoints" , 50 ),
@@ -594,7 +575,6 @@ def test_ns_property_values(self, control_property: str, value: Any) -> None:
594575 "control_property, value" ,
595576 [
596577 ("parallel" , Parallel .Points ),
597- ("calcSldDuringFit" , True ),
598578 ("numSimulationPoints" , 10 ),
599579 ("resampleMinAngle" , 0.2 ),
600580 ("resampleNPoints" , 1 ),
@@ -725,7 +705,6 @@ def table_str(self):
725705 "+---------------------+---------+\n "
726706 "| procedure | dream |\n "
727707 "| parallel | single |\n "
728- "| calcSldDuringFit | False |\n "
729708 "| numSimulationPoints | 500 |\n "
730709 "| resampleMinAngle | 0.9 |\n "
731710 "| resampleNPoints | 50 |\n "
@@ -745,7 +724,6 @@ def table_str(self):
745724 "control_property, value" ,
746725 [
747726 ("parallel" , Parallel .Single ),
748- ("calcSldDuringFit" , False ),
749727 ("numSimulationPoints" , 500 ),
750728 ("resampleMinAngle" , 0.9 ),
751729 ("resampleNPoints" , 50 ),
@@ -767,7 +745,6 @@ def test_dream_property_values(self, control_property: str, value: Any) -> None:
767745 "control_property, value" ,
768746 [
769747 ("parallel" , Parallel .Points ),
770- ("calcSldDuringFit" , True ),
771748 ("numSimulationPoints" , 10 ),
772749 ("resampleMinAngle" , 0.2 ),
773750 ("resampleNPoints" , 1 ),
0 commit comments