OpenMC/tests/test_matplotlib_import.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
160 B
Python
Raw Permalink Normal View History

2023-04-26 09:48:05 -05:00
import sys
import openmc
def test_matplotlib_presence():
"""Checks that matplotlib remains a deferred import"""
assert 'matplotlib' not in sys.modules