mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Remove unneeded plot from periodic BC test
This commit is contained in:
parent
803ae8d02d
commit
c75790d3ac
1 changed files with 0 additions and 11 deletions
|
|
@ -43,17 +43,6 @@ class PeriodicTest(PyAPITestHarness):
|
|||
geometry.root_universe = root_universe
|
||||
geometry.export_to_xml()
|
||||
|
||||
plots = openmc.Plots()
|
||||
|
||||
plot = openmc.Plot()
|
||||
plot.basis = 'xz'
|
||||
plot.origin = (2.5, 2.5, 0)
|
||||
plot.width = (6, 11)
|
||||
plot.pixels = (300, 300)
|
||||
plots.append(plot)
|
||||
|
||||
plots.export_to_xml()
|
||||
|
||||
# Define settings
|
||||
settings = openmc.Settings()
|
||||
settings.particles = 1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue