Skip to content

Commit

Permalink
Update existing plots and metrics to work with 2d #72
Browse files Browse the repository at this point in the history
  • Loading branch information
voetberg committed Jun 24, 2024
1 parent 9703b6a commit cd1a7fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ def test_ppc(plot_config, mock_model, mock_data, mock_2d_data, result_output):
plot = PPC(mock_model, mock_data, save=True, show=False)
plot(**get_item("plots", "PPC", raise_exception=False))
assert os.path.exists(f"{plot.out_dir}/{plot.plot_name}")
<<<<<<< HEAD

=======
>>>>>>> 9d57556 (Update existing plots and metrics to work with 2d #72)
plot = PPC(
mock_model,
mock_2d_data, save=True, show=False,
Expand Down Expand Up @@ -117,4 +120,4 @@ def test_parity(plot_config, mock_model, mock_data):
include_residual = True,
include_percentage = True)

assert os.path.exists(f"{plot.out_dir}/{plot.plot_name}")
assert os.path.exists(f"{plot.out_dir}/{plot.plot_name}")

0 comments on commit cd1a7fb

Please sign in to comment.