Skip to content

Conversation

@maxisi
Copy link
Owner

@maxisi maxisi commented Apr 8, 2025

Make LAL an optional dependency. This requires replacing antenna pattern calculations with custom code (adapted from Jim), which has the advantage of making it Jax compatible (in case we want to sample over sky in the future).

@maxisi maxisi changed the title No-lal Make LAL optional Apr 8, 2025
@maxisi maxisi requested a review from Copilot April 8, 2025 20:40
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

ringdown/waveforms/core.py:263

  • Ensure that t0 is always provided as a float to avoid potential precision loss, and update the function documentation accordingly to reflect the new expected type.
tgps = float(t0 or self.t0)

ringdown/target.py:147

  • [nitpick] Confirm that converting non-Time values to float in post_init does not introduce any precision issues; if astropy.Time objects are intended, an explicit conversion method might improve clarity.
if v is not None and not isinstance(v, Time):

@maxisi maxisi self-assigned this Apr 8, 2025
@maxisi maxisi added the enhancement New feature or request label May 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants