Skip to content
Snippets Groups Projects
Commit 7ac89a5b authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Import rdesigneur before moose in tests.

parent 1304541e
No related branches found
No related tags found
No related merge requests found
......@@ -14,13 +14,12 @@ import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
import numpy as np
import moose
try:
import rdesigneur as rd
except RuntimeError as e:
print( "[WARN ] Could not import rdesigneur. Most likely due to DISPLAY issue." )
quit()
import moose
def test2( ):
if moose.exists( '/model' ):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment