Skip to content

Commit cb63057

Browse files
committed
Restore all draws in scenario
1 parent 73bf3eb commit cb63057

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/scripts/test_suspend_resume/scenario_test_resume_with_change.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ def _get_scenarios(self) -> Dict[str, Dict]:
7272
self._baseline(),
7373
),
7474

75-
}
76-
"""
7775
"Mode 2 no rescaling":
7876
mix_scenarios(
7977
self._baseline(),
@@ -118,7 +116,6 @@ def _get_scenarios(self) -> Dict[str, Dict]:
118116
),
119117

120118
}
121-
"""
122119

123120
def _baseline(self) -> Dict:
124121
"""Return the Dict with values for the parameter changes that define the baseline scenario. """

0 commit comments

Comments
 (0)