@@ -479,11 +479,12 @@ def setup_class(self):
479479 ("resampleParams" , [0.9 , 50 ]),
480480 ("display" , Display .Iter ),
481481 ("procedure" , Procedures .Dream ),
482- ("nSamples" , 50000 ),
482+ ("nSamples" , 20000 ),
483483 ("nChains" , 10 ),
484484 ("jumpProbability" , 0.5 ),
485485 ("pUnitGamma" , 0.2 ),
486- ("boundHandling" , BoundHandling .Fold ),
486+ ("boundHandling" , BoundHandling .Reflect ),
487+ ("adaptPCR" , True ),
487488 ],
488489 )
489490 def test_dream_property_values (self , control_property : str , value : Any ) -> None :
@@ -501,7 +502,8 @@ def test_dream_property_values(self, control_property: str, value: Any) -> None:
501502 ("nChains" , 1000 ),
502503 ("jumpProbability" , 0.7 ),
503504 ("pUnitGamma" , 0.3 ),
504- ("boundHandling" , BoundHandling .Reflect ),
505+ ("boundHandling" , BoundHandling .Fold ),
506+ ("adaptPCR" , False ),
505507 ],
506508 )
507509 def test_dream_property_setters (self , control_property : str , value : Any ) -> None :
@@ -568,12 +570,12 @@ def test_control_class_dream_repr(self) -> None:
568570 "| calcSldDuringFit | False |\n "
569571 "| resampleParams | [0.9, 50] |\n "
570572 "| display | iter |\n "
571- "| nSamples | 50000 |\n "
573+ "| nSamples | 20000 |\n "
572574 "| nChains | 10 |\n "
573575 "| jumpProbability | 0.5 |\n "
574576 "| pUnitGamma | 0.2 |\n "
575- "| boundHandling | fold |\n "
576- "| adaptPCR | False |\n "
577+ "| boundHandling | reflect |\n "
578+ "| adaptPCR | True |\n "
577579 "+------------------+-----------+"
578580 )
579581
0 commit comments