We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137e024 commit efc76ccCopy full SHA for efc76cc
src/perturbIC.py
@@ -8,7 +8,7 @@
8
9
import argparse
10
import src.umfile
11
-from src.um_fileheaders import *
+from um_fileheaders import *
12
from numpy.random import MT19937, RandomState, SeedSequence
13
14
parser = argparse.ArgumentParser(description="Perturb UM initial dump")
0 commit comments