Skip to content

Commit

Permalink
removing infinite values
Browse files Browse the repository at this point in the history
  • Loading branch information
stelais committed Aug 26, 2024
1 parent 2db959e commit 5c6b902
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/qusi/internal/light_curve_observation.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ def remove_nan_flux_data_points_from_light_curve_observation(
return light_curve_observation


def remove_inf_flux_data_points_from_light_curve(light_curve):
pass


def remove_infinite_flux_data_points_from_light_curve_observation(
light_curve_observation: LightCurveObservation,
) -> LightCurveObservation:
Expand Down

0 comments on commit 5c6b902

Please sign in to comment.