Skip to content

Commit

Permalink
import syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Mar 5, 2018
1 parent 25e18df commit 2a9218e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_all.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env python
import numpy as np
from pyiri2016 import IRI2016
import pyiri2016

def test_main1():

iri = IRI2016().IRI('1980-03-21T12', 130., 0., 0.)
iri = pyiri2016.IRI('1980-03-21T12', 130., 0., 0.)

np.testing.assert_allclose((iri.loc[:,'ne'].item(), iri.attrs['NmF2'], iri.attrs['hmF2']),
(267285184512.0, 2580958937088.0, 438.78643798828125))
Expand Down

0 comments on commit 2a9218e

Please sign in to comment.