Skip to content

Commit

Permalink
Fixing more linter errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
craiglagegit committed Nov 8, 2024
1 parent 6135abe commit 6fab34a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/lsst/summit/utils/tmaUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def getAzimuthElevationDataForEvent(

return azimuthData, elevationData


def getM1M3HardpointDataForEvent(
client: EfdClient,
event: TMAEvent,
Expand Down Expand Up @@ -564,7 +565,7 @@ def getPlotTime(time: pd.Timestamp | Time | datetime.datetime) -> datetime.datet
client, event, prePadding=prePadding, postPadding=postPadding
)
assert hardpointData is not None

# Calculate Max hardpoint force
maxForce = np.nanmax(hardpointData['maxForce'].values)
assert ax1p5 is not None
Expand Down

0 comments on commit 6fab34a

Please sign in to comment.