mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Removing geometry setup from test and updating test results so they don't expect a geometry.xml file.
This commit is contained in:
parent
5cd52a4048
commit
e692f3cb34
2 changed files with 0 additions and 4 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue