Skip to content

Commit

Permalink
more bad dates
Browse files Browse the repository at this point in the history
  • Loading branch information
ntejos committed Dec 13, 2017
1 parent a19fa6d commit e772bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linetools/spectra/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def test_get_COS_LP_from_date():
dates_good = ["2009-12-11", "2012-12-12", "2014-06-06",
"2017-12-12", Time("2017-12-12")]
dates_bad =["2008-10-10", "2012-07-23","2014-02-09", "2017-10-02"]
dates_bad =["2008-10-10", "2012-07-23","2014-02-09", "2017-10-02", 1, None]

for date in dates_good:
lsu.get_COS_LP_from_date(date)
Expand Down

0 comments on commit e772bf5

Please sign in to comment.