Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
add test for autoload cal
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Sep 14, 2018
1 parent d9a839b commit 3110b57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ def test_good_time():
time = dat.time.values.astype('datetime64[us]').astype(datetime)


def test_autoload_cal():
dat = ta.load(R, 'gako', '2011-01-06T17:00:00')
assert 'el' in dat and 'az' in dat


def test_calread_idl():

cal = ta.loadcal(cal1fn)
Expand Down

0 comments on commit 3110b57

Please sign in to comment.