Skip to content

Commit

Permalink
import sys to fix running moving mesh example through pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jshipton committed Aug 27, 2023
1 parent 6118eb2 commit 473d872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/shallow_water/mm_ot_sw_galewsky_jet.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Function, assemble, dx, pi, CellNormal

import numpy as np
import sys

day = 24.*60.*60.
dt = 240.
Expand Down

0 comments on commit 473d872

Please sign in to comment.