Skip to content

Commit

Permalink
Adding a few more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunhopang committed Oct 18, 2024
1 parent 85702ae commit 5ef9b8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/jimgw/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ class SineTransform(BijectiveTransform):
"""
Sine transformation
The original parameter is expected to be in [-pi/2, pi/2]
Parameters
----------
name_mapping : tuple[list[str], list[str]]
Expand Down Expand Up @@ -334,6 +336,8 @@ class CosineTransform(BijectiveTransform):
"""
Cosine transformation
The original parameter is expected to be in [0, pi]
Parameters
----------
name_mapping : tuple[list[str], list[str]]
Expand Down

0 comments on commit 5ef9b8e

Please sign in to comment.