Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Dec 31, 2024
1 parent ae43506 commit d03863c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcviz/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def tess_dvt_parser(app, file_obj, data_label=None, show_in_viewer=True, **kwarg
light_curve_parser(app, lc, data_label=data_label,

Check warning on line 46 in lcviz/parsers.py

View check run for this annotation

Codecov / codecov/patch

lcviz/parsers.py#L46

Added line #L46 was not covered by tests
show_in_viewer=show_ext_in_viewer, **kwargs)

# add to any known phase viewers
# add ephemeris information from the DVT extension
if ephem_plugin is not None and show_ext_in_viewer:
ephem_plugin.period = header['TPERIOD']
ephem_plugin.t0 = header['TEPOCH']

Check warning on line 52 in lcviz/parsers.py

View check run for this annotation

Codecov / codecov/patch

lcviz/parsers.py#L50-L52

Added lines #L50 - L52 were not covered by tests
Expand Down

0 comments on commit d03863c

Please sign in to comment.