We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09a73d8 + 974d876 commit 1c1d379Copy full SHA for 1c1d379
1 file changed
test_driver/run_length_control.py
@@ -19,8 +19,8 @@
19
# For the default None, the function is using `maximum_run_length // 2` as
20
# the maximum equilibration step.
21
MAX_EQUILIBRATION_STEP: Optional[int] = 500 * INITIAL_RUN_LENGTH
22
-# Maximum number of independent samples.
23
-MINIMUM_NUMBER_OF_INDEPENDENT_SAMPLES: Optional[int] = 1000
+# Minimum number of independent samples.
+MINIMUM_NUMBER_OF_INDEPENDENT_SAMPLES: Optional[int] = 100
24
# Probability (or confidence interval) and must be between 0.0 and 1.0, and
25
# represents the confidence for calculation of relative halfwidths estimation.
26
CONFIDENCE: float = 0.95
0 commit comments