Skip to content

Commit

Permalink
Trying yet yet again to fix black errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
craiglagegit committed Nov 8, 2024
1 parent e3862fa commit 3b5fa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/summit/utils/tmaUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def getM1M3HardpointDataForEvent(
maxForce = [
np.nanmax([abs(hardpointData.iloc[i][f"measuredForce{j}"]) for j in range(6)])
for i in range(len(hardpointData))
]
]

hardpointData["maxForce"] = maxForce

Expand Down

0 comments on commit 3b5fa9b

Please sign in to comment.