Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
removed unused varibles as suggested by code inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Sep 20, 2021
1 parent c973795 commit d1f0a32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_reactor_neutronics.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def test_bounding_box_size(self):
source.angle = openmc.stats.Isotropic()
source.energy = openmc.stats.Discrete([14e6], [1])

h5m_filename = self.h5m_filename_bigger
my_model = openmc_dagmc_wrapper.NeutronicsModel(
h5m_filename=self.h5m_filename_bigger,
source=source,
Expand Down

0 comments on commit d1f0a32

Please sign in to comment.