Skip to content

Commit

Permalink
updating the typing for object attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunhopang committed Aug 13, 2024
1 parent 3505394 commit df75ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jimgw/single_event/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ class GeocentricArrivalTimeToDetectorArrivalTimeTransform(BijectiveTransform):
"""

gmst: Float
t_c: Float
t_det: Float
ifo: GroundBased2G

def __init__(
self,
Expand Down Expand Up @@ -241,6 +240,7 @@ class DistanceToSNRWeightedDistanceTransform(BijectiveTransform):
"""

gmst: Float
ifos: list[GroundBased2G]

def __init__(
self,
Expand Down

0 comments on commit df75ceb

Please sign in to comment.