We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb8bfb8 + 7c9254e commit 9a10e04Copy full SHA for 9a10e04
1 file changed
tests/test.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env python3
+#!/usr/bin/env python
2
"""
3
Registration testing of GLOW
4
Michael Hirsch
@@ -17,7 +17,7 @@
17
from glowaurora.eigenprof import makeeigen
18
from histutils.fortrandates import datetime2yd,datetime2gtd
19
try:
20
- from msise00.runmsis import rungtd1d
+ from msise00 import rungtd1d
21
DOMSIS=True
22
except Exception as e:
23
logging.warning('external MSISE00 install not found, skipping MSISE00 verification')
0 commit comments