mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Updating plot name in unit tests
This commit is contained in:
parent
1e7271d0b4
commit
bb862009ee
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ def test_id_map(capi_init):
|
|||
[(3, 3), (2, 2), (3, 3)]], dtype='int32')
|
||||
|
||||
# create a plot object
|
||||
s = openmc.capi.plot._Slice()
|
||||
s = openmc.capi.plot._PlotBase()
|
||||
s.width = 1.26
|
||||
s.height = 1.26
|
||||
s.vRes = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue