Skip to content

Commit

Permalink
data
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpope committed Nov 1, 2019
1 parent 260e784 commit 38e3b18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added data/ktwo200128910-c111_lpd-targ.fits.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions tests/test_k2sc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import halophot
from halophot.halo_tools import halo_tpf
import lightkurve
from halophot import PACKAGEDIR

import os
TESTDIR = os.path.abspath(os.path.dirname(__file__))
ddir = os.path.join(TESTDIR,'../data/')
Expand All @@ -11,7 +11,7 @@ def test_k2sc():
import k2sc
from k2sc import standalone

fname = ddir+"ktwo200173843-c13_lpd-targ.fits" # aldebaran
fname = ddir+"ktwo200128910-c111_lpd-targ.fits.gz"

tpf = halo_tpf(fname)

Expand All @@ -28,7 +28,7 @@ def test_k2sc():
def test_saturation():
print('testing')

fname = ddir+"ktwo200173843-c13_lpd-targ.fits" # aldebaran
fname = ddir+"ktwo200128910-c111_lpd-targ.fits.gz"

tpf = halo_tpf(fname)

Expand Down

0 comments on commit 38e3b18

Please sign in to comment.