We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fbbe6 commit 1896423Copy full SHA for 1896423
1 file changed
PP-GrowthOptimizer.js
@@ -423,11 +423,11 @@ function controlPump () {
423
controlParameter(UserDefinedProtocol.controlledParameter, UserDefinedProtocol.controlledParameterSteps[1])
424
theAccessory.context().put('changeCounter', 1)
425
}
426
+ theAccessory.context().put('stabilizedTimeMax', theExperiment.getDurationSec() + UserDefinedProtocol.stabilizationTimeMax * 3600)
427
theAccessory.context().remove('stepCounter')
428
theAccessory.context().remove('expDuration')
429
theAccessory.context().remove('stepDoublingTime')
430
theAccessory.context().remove('stabilizedTime')
- theAccessory.context().remove('stabilizedTimeMax')
431
432
433
0 commit comments