Skip to content

Commit

Permalink
This line is needed because the default values for Phi0 and PhiIni ha…
Browse files Browse the repository at this point in the history
…ve been changed, to facilitate the search for oscillations.
  • Loading branch information
HannoSpreeuw committed Jul 25, 2024
1 parent d366191 commit 8b63469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Regression_test/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_integration_Scenario_A():
# paper, so we need to reapply the old condition PhiNR=Phi0 to arrive at
# the ground truth data.
all_kwargs = asdict(Map_Scenario()) | asdict(Solver()) | \
asdict(Tracker()) | {"PhiNR": 0.6}
asdict(Tracker()) | {"Phi0": 0.6, "PhiIni": 0.5, "PhiNR": 0.6}
# integrate_equations returns four variables, we only need the first one.
solution, _, _, _, _ = \
integrate_equations(**all_kwargs)
Expand Down

0 comments on commit 8b63469

Please sign in to comment.