Skip to content
This repository was archived by the owner on Dec 9, 2019. It is now read-only.

Commit 9a10e04

Browse files
author
scienceopen
committed
Merge branch 'master' of github-scienceopen:scienceopen/glowaurora
2 parents fb8bfb8 + 7c9254e commit 9a10e04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
"""
33
Registration testing of GLOW
44
Michael Hirsch
@@ -17,7 +17,7 @@
1717
from glowaurora.eigenprof import makeeigen
1818
from histutils.fortrandates import datetime2yd,datetime2gtd
1919
try:
20-
from msise00.runmsis import rungtd1d
20+
from msise00 import rungtd1d
2121
DOMSIS=True
2222
except Exception as e:
2323
logging.warning('external MSISE00 install not found, skipping MSISE00 verification')

0 commit comments

Comments
 (0)