mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
7 lines
160 B
Python
7 lines
160 B
Python
|
|
import sys
|
||
|
|
import openmc
|
||
|
|
|
||
|
|
def test_matplotlib_presence():
|
||
|
|
"""Checks that matplotlib remains a deferred import"""
|
||
|
|
assert 'matplotlib' not in sys.modules
|