Skip to content

Commit

Permalink
Bugfix in test_cli.py for removal of --ratio argument from plot (as n…
Browse files Browse the repository at this point in the history
…syn theta is in results file)
  • Loading branch information
tjstruck committed Dec 3, 2024
1 parent 250bc95 commit 5f6ff78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ def test_plot_args():
projections = [10, 10]
resid_range = 3
vmin = 1e-5
ratio = 2.31

args = parser.parse_args(
[
Expand Down Expand Up @@ -502,8 +501,6 @@ def test_plot_args():
str(resid_range),
"--vmin",
str(vmin),
"--ratio",
str(ratio)
]
)

Expand All @@ -520,7 +517,6 @@ def test_plot_args():
assert args.projections == projections
assert args.resid_range == resid_range
assert args.vmin == vmin
assert args.ratio == ratio


def test_stat_dm_args():
Expand Down

0 comments on commit 5f6ff78

Please sign in to comment.