Defer a few more matplotlib imports

This commit is contained in:
Paul Romano 2023-04-26 09:48:05 -05:00
parent 664ae00cdc
commit f2549c9470
4 changed files with 11 additions and 11 deletions

View file

@ -0,0 +1,6 @@
import sys
import openmc
def test_matplotlib_presence():
"""Checks that matplotlib remains a deferred import"""
assert 'matplotlib' not in sys.modules