mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
particle restart option changed from -s to -r
This commit is contained in:
parent
4ab6937039
commit
242cd4b3fd
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ def test_results():
|
|||
assert compare
|
||||
|
||||
def test_run_restart():
|
||||
proc = Popen([pwd + '/../../src/openmc -s particle_10_638.binary'],
|
||||
proc = Popen([pwd + '/../../src/openmc -r particle_10_638.binary'],
|
||||
stderr=PIPE, stdout=PIPE, shell=True)
|
||||
stdout, stderr = proc.communicate()
|
||||
assert stderr != ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue