Skip to content

Commit

Permalink
Update summary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rcboufleur authored Dec 8, 2024
1 parent 9de2cc6 commit 28a900c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/lsst/consdb/efd_transform/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ def __init__(
):
"""
Initialize Summary with a DataFrame of numeric and boolean values.
NaN/NA values are handled by dropping rows containing any missing values.
NaN/NA values are handled by dropping rows containing any missing

Check failure on line 19 in python/lsst/consdb/efd_transform/summary.py

View workflow job for this annotation

GitHub Actions / call-workflow / lint

W291

trailing whitespace
values.
"""
# Ensure the DataFrame index is a DatetimeIndex
if not isinstance(dataframe.index, pandas.DatetimeIndex):
Expand Down

0 comments on commit 28a900c

Please sign in to comment.