Skip to content

Commit

Permalink
Mark a test remote-data
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Oct 7, 2024
1 parent dc07018 commit b3e117e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stellarphot/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,7 @@ def test_to_lightcurve(simple_photometry_data, target_by, target_star_id):
assert (lc["star_id"] == target_star_id).all()


@pytest.mark.remote_data
def test_to_lightcurve_from_name(simple_photometry_data):
# Make a few more rows of data, changing only date_obs, then update the BJD
delta_t = 3 * u.minute
Expand Down

0 comments on commit b3e117e

Please sign in to comment.