mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
remove unused lines
This commit is contained in:
parent
db0d5abbf4
commit
051ebfcff3
1 changed files with 0 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ class MgTemperatureTestHarness(TestHarness):
|
|||
"""Run OpenMC with the appropriate arguments and check the outputs."""
|
||||
base_dir = os.getcwd()
|
||||
overall_results = []
|
||||
print("Base dir is {}".format(base_dir))
|
||||
macro_xs = create_openmc_2mg_libs(names)
|
||||
types = ('micro', 'micro',
|
||||
'micro', 'micro',
|
||||
|
|
@ -63,7 +62,6 @@ class MgTemperatureTestHarness(TestHarness):
|
|||
"""Update the results_true using the current version of OpenMC."""
|
||||
base_dir = os.getcwd()
|
||||
overall_results = []
|
||||
print("Base dir is {}".format(base_dir))
|
||||
macro_xs = create_openmc_2mg_libs(names)
|
||||
types = ('micro', 'micro',
|
||||
'micro', 'micro',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue