Skip to content

Commit

Permalink
Merge pull request #155 from thomasckng/transform-fix
Browse files Browse the repository at this point in the history
Minor bugfix in single event transform
  • Loading branch information
thomasckng authored Sep 17, 2024
2 parents aef6124 + ff12e0b commit 3d3b20a
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 3d3b20a

Please sign in to comment.