Skip to content

Commit

Permalink
Set data up to use 2d output data optionally #72
Browse files Browse the repository at this point in the history
  • Loading branch information
voetberg committed Jun 24, 2024
1 parent b9bb530 commit 9703b6a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@
TARP,
LocalTwoSampleTest,
PPC,
<<<<<<< HEAD
PriorPC
=======
PriorPC,
Parity
>>>>>>> 6712b7d (Parity plots with difference, percentage, and residuals #29)
)


Expand Down Expand Up @@ -99,6 +96,7 @@ def test_prior_pc(plot_config, mock_model, mock_data):
assert os.path.exists(f"{plot.out_dir}/{plot.plot_name}")

def test_parity(plot_config, mock_model, mock_data):
Config(plot_config)
plot = Parity(mock_model, mock_data, save=True, show=False)

plot(include_difference= False,
Expand Down

0 comments on commit 9703b6a

Please sign in to comment.