We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6ce38 commit 1c5d40eCopy full SHA for 1c5d40e
flow360/component/simulation/run_control/stopping_criterion.py
@@ -76,8 +76,8 @@ class StoppingCriterion(Flow360BaseModel):
76
)
77
tolerance_window_size: Optional[int] = pd.Field(
78
None,
79
- description="The number of data points from the monitor_output to be used "
80
- "to check whether the deviation of the monitored field is below tolerance or not. "
+ description="The number of data points from the monitor_output to be used to check whether "
+ "the :math:`|max-min|/2` of the monitored field within this window is below tolerance or not. "
81
"If not set, the criterion will directly compare the latest value with tolerance.",
82
ge=2,
83
0 commit comments