mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
PEP8 changes.
This commit is contained in:
parent
e2774f1f5d
commit
a50c4c15e9
1 changed files with 2 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ def model():
|
|||
model.settings.inactive = 1
|
||||
return model
|
||||
|
||||
|
||||
class ExternalDriverTestHarness(PyAPITestHarness):
|
||||
|
||||
def __init__(self, executable, statepoint_name, model=None):
|
||||
|
|
@ -62,4 +63,4 @@ class ExternalDriverTestHarness(PyAPITestHarness):
|
|||
|
||||
def test_cpp_driver(driver, model):
|
||||
harness = ExternalDriverTestHarness(driver, 'statepoint.10.h5', model)
|
||||
harness.main()
|
||||
harness.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue