Skip to content

Commit

Permalink
Merge branch 'adding_all_methods_to_openmc.Model' of github.com:fusio…
Browse files Browse the repository at this point in the history
…n-energy/openmc_source_plotter into adding_all_methods_to_openmc.Model
  • Loading branch information
shimwell committed Jan 29, 2024
2 parents b59e0b1 + 3f94325 commit 8289078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_core_with_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def test_sample_initial_particles(test_model):
assert particle.r == (1.0, 2.0, 3.0)
assert len(particles) == 43


def test_energy_plot_with_bins(test_model):
plot = test_model.plot_source_energy(
n_samples=10,
Expand Down

0 comments on commit 8289078

Please sign in to comment.