Closed grumpyinca closed 2 years ago
Also consider adding to patsh: s + tol * Math.abs(ssi) >= ssi
Before Search
remove tests for: Objective Value less than OBJMIN. (tested before menu enable or button display) One (or more) Independent Variable(s) is (are) Not a Number (input filtering blocks non-number) Objective Value is Not a Number. (Necessary? input filtering blocks non-number)
keep tests for: No free independent variables (Alert only warns; there is no other block) constraints are inconsistent (Alert only warns; there is no other block)
After Search This section moved to issue #705.
Before Seek
remove tests for: One (or more) Independent Variable(s) is (are) Not a Number (input filtering blocks non-number) Objective Value is Not a Number. (Necessary? input filtering blocks non-number)
Is validity test really necessary (moot) ?
Won't invalid create enough of an objective value to block the availability of Seek ?
keep tests for: No free independent variables (Alert only warns; there is no other block) constraints are inconsistent (Alert only warns; there is no other block)
add test for Calc Input validity ? (Necessary? Will objective value block availability of Seek ?)
After Seek This section moved to issue #705.
Before Trade Add same tests as before Search. This section moved to issue #705.
After Trade This section moved to issue #705.
Merged into master.
Issue #698 is now closed. Ongoing initialState changes being handled as part of this issue.
Specifically, Allow User_Specified End_IDs & L_Ends to be 0 w/o invalid alert.
Added alerts for Cycle_Life for case when Prop_Calc_Method > 1 and also case where FS_2 < 1.0.
Changes in the past several days:
These changes resulted in merge conflicts versus branch #707. It appears that it is time to close this branch and move on to a greater number of new and short-lived issues based on the then current master.
Merged to master. Pushed to remote. Closing.
This issue is intended to provide a branch supporting a range of small-scale changes applied after the validity changes of branches 590 and 569.
Changes associated with Alerts.js, AlertsModal.js & Help/Alerts.md:
Also include:
Update new Patsh.js: