Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christinahedges committed Jan 7, 2025
1 parent 2035d5c commit d76c4c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_lkspacecraft.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import os

import astropy.units as u
import numpy as np
import spiceypy
from astropy.time import Time

import lkspacecraft


def test_init():
os.path.isfile(lkspacecraft.PACKAGEDIR + "/data/Meta.txt")
lkspacecraft.KeplerSpacecraft()
lkspacecraft.TESSSpacecraft()
nkernels = spiceypy.ktotal("ALL")
assert nkernels > 600


def test_kepler():
Expand Down

0 comments on commit d76c4c0

Please sign in to comment.