mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Distribcell filter test no longer removes xml files in teardown
This commit is contained in:
parent
d4eef65fe6
commit
ad177146dc
1 changed files with 0 additions and 4 deletions
|
|
@ -88,10 +88,6 @@ def test_results():
|
|||
def teardown():
|
||||
cwd = os.getcwd()
|
||||
output = glob.glob(cwd + '/statepoint.*')
|
||||
output.append(cwd + '/geometry.xml')
|
||||
output.append(cwd + '/materials.xml')
|
||||
output.append(cwd + '/settings.xml')
|
||||
output.append(cwd + '/tallies.xml')
|
||||
output.append(cwd + '/results_test.dat')
|
||||
for f in output:
|
||||
if os.path.exists(str(f)):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue