Skip to content

Commit

Permalink
Update transforms.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasckng committed Sep 16, 2024
1 parent 24235c2 commit ff12e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jimgw/single_event/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class SkyFrameToDetectorFrameSkyPositionTransform(BijectiveTransform):
def __init__(
self,
gps_time: Float,
ifos: GroundBased2G,
ifos: list[GroundBased2G],
):
name_mapping = (["ra", "dec"], ["zenith", "azimuth"])
super().__init__(name_mapping)
Expand Down

0 comments on commit ff12e0b

Please sign in to comment.