Deltares / rtc-tools

The Deltares toolbox for control and optimization of environmental systems.
GNU Lesser General Public License v3.0
0 stars 2 forks source link

WIP: Gp extra checks exceptions #1598

Closed SGeeversAtVortech closed 1 month ago

SGeeversAtVortech commented 1 month ago

In GitLab by @vreeken on Jul 24, 2019, 17:11

Previous top commit of !290 (which has now been split into two)

SGeeversAtVortech commented 1 month ago

In GitLab by @vreeken on Jul 25, 2019, 16:24

added 6 commits

Compare with previous version

SGeeversAtVortech commented 1 month ago

In GitLab by @codecov on Jul 25, 2019, 16:55

Codecov Report

Merging #292 into master will decrease coverage by 0.19%. The diff coverage is 20%.

Impacted Files Coverage Δ
...rc/rtctools/optimization/goal_programming_mixin.py 82.1% <20%> (-1.89%) :arrow_down:
SGeeversAtVortech commented 1 month ago

In GitLab by @TPiovesan on Sep 6, 2019, 12:52

Commented on tests/optimization/test_vector_goals.py line 129

Why do we want to change this? The situation where function range is a tuple of arrays is already present in the PathGoal1_2_nan class below. For coverage purposes I would leave the tuple of scalar scenario here.

SGeeversAtVortech commented 1 month ago

In GitLab by @vreeken on Sep 6, 2019, 13:13

marked as a Work In Progress

SGeeversAtVortech commented 1 month ago

In GitLab by @vreeken on Sep 6, 2019, 13:58

For all checks that are added I would expect a test to see if the check hits.

SGeeversAtVortech commented 1 month ago

In GitLab by @TPiovesan on Oct 24, 2019, 14:44

closed