Skip to content

Commit

Permalink
add cmap test
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Nov 26, 2024
1 parent ef83c36 commit 16be454
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/result_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,12 @@ def test_result_all_neutrons_blocked_does_not_raise():
res.plot(blocked_rays=500)


def test_result_plot_cmap_does_not_raise():
model = make_ess_model()
res = model.run()
res.plot(cmap='viridis')


def test_result_repr_does_not_raise():
model = make_ess_model()
res = model.run()
Expand Down

0 comments on commit 16be454

Please sign in to comment.