From bb862009ee0673f3ac6105362ecadc0b4d7ec5b5 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Fri, 8 Mar 2019 10:00:24 -0600 Subject: [PATCH] Updating plot name in unit tests --- tests/unit_tests/test_capi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/test_capi.py b/tests/unit_tests/test_capi.py index 0919eb8d09..bc529f02f3 100644 --- a/tests/unit_tests/test_capi.py +++ b/tests/unit_tests/test_capi.py @@ -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