Skip to content

Commit

Permalink
cleanup API
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Feb 27, 2018
1 parent c2f1e1e commit 45f829d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def test_main1():

Obj = IRI2016()
IRIData, IRIDATAAdd = Obj.IRI(time='1980-03-21')
IRIData, IRIDATAAdd = Obj.IRI(time='1980-03-21T12')
assert_allclose((IRIData['ne'], IRIDATAAdd['NmF2'], IRIDATAAdd['hmF2']),
(267285184512.0, 2580958937088.0, 438.78643798828125))

Expand Down

0 comments on commit 45f829d

Please sign in to comment.