Skip to content

Commit

Permalink
Update perturbIC.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leoberhelman authored Oct 28, 2024
1 parent f8fbb14 commit 47ffeaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/perturbIC.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# Martin Dix [email protected]

import argparse
import umfile
from um_fileheaders import *
import src.umfile
from src.um_fileheaders import *
from numpy.random import PCG64, Generator


Expand Down

0 comments on commit 47ffeaa

Please sign in to comment.