mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Don't import openmc.openmoc_compatible by default
This commit is contained in:
parent
4ac28c29d4
commit
81014270aa
1 changed files with 0 additions and 8 deletions
|
|
@ -28,11 +28,3 @@ from openmc.summary import *
|
|||
from openmc.particle_restart import *
|
||||
from openmc.mixin import *
|
||||
from openmc.plotter import *
|
||||
|
||||
try:
|
||||
# Ignore matplotlib warning caused by OpenMOC calling matplotlib.use()
|
||||
with warnings.catch_warnings():
|
||||
warnings.simplefilter("ignore")
|
||||
from openmc.openmoc_compatible import *
|
||||
except ImportError:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue