Skip to content

Commit

Permalink
removing unused ra and dec
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibeau Wouters committed May 23, 2024
1 parent a66911f commit 5c99869
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/jimgw/single_event/waveform.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ def __init__(self, f_ref: float = 20.0, use_lambda_tildes: bool = False):

def __call__(self, frequency: Array, params: dict) -> dict:
output = {}
ra = params["ra"]
dec = params["dec"]

if self.use_lambda_tildes:
first_lambda_param = params["lambda_tilde"]
Expand Down Expand Up @@ -143,8 +141,6 @@ def __init__(self, f_ref: float = 20.0, use_lambda_tildes: bool = False, no_tape

def __call__(self, frequency: Array, params: dict) -> dict:
output = {}
ra = params["ra"]
dec = params["dec"]

if self.use_lambda_tildes:
first_lambda_param = params["lambda_tilde"]
Expand Down

0 comments on commit 5c99869

Please sign in to comment.