mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 06:25:30 -04:00
6 lines
160 B
Python
6 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
|