Removing geometry setup from test and updating test results so they don't expect a geometry.xml file.

This commit is contained in:
Patrick Shriwise 2018-11-07 15:25:38 -06:00
parent 5cd52a4048
commit e692f3cb34
2 changed files with 0 additions and 4 deletions

View file

@ -1,5 +1,4 @@
<?xml version='1.0' encoding='utf-8'?>
<geometry /><?xml version='1.0' encoding='utf-8'?>
<materials>
<material depletable="true" id="40">
<density units="g/cc" value="11" />

View file

@ -22,9 +22,6 @@ def test_dagmc():
model.settings.source = source
model.settings.dagmc = True
root = openmc.Universe(universe_id=0, name='root universe')
model.geometry = openmc.geometry.Geometry(root)
# tally
tally = openmc.Tally()