Skip to content

Commit

Permalink
Fix issue with running tests on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuramachandran committed Dec 19, 2020
1 parent 61397fc commit e69bae0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pysph/examples/dam_break_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,10 @@ def post_process(self, info_fname):
if len(self.output_files) == 0:
return

from pysph.solver.utils import iter_output
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
from pysph.solver.utils import iter_output
from pysph.examples import db_exp_data as dbd
from pysph.tools.interpolator import Interpolator
H = self.geom.fluid_column_height
Expand Down

0 comments on commit e69bae0

Please sign in to comment.