-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add int1d #118
feat: add int1d #118
Conversation
CodSpeed Performance ReportMerging #118 will degrade performances by 30.76%Comparing Summary
Benchmarks breakdown
|
@@ -45,7 +45,7 @@ about the inner workings of GalSim and how to code in JAX. | |||
## Current GalSim API Coverage | |||
|
|||
<!-- start-api-coverage --> | |||
JAX-GalSim has implemented 22.6% of the GalSim API. See the list below for the supported APIs. | |||
JAX-GalSim has implemented 22.5% of the GalSim API. See the list below for the supported APIs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bug in how we count APIs means this dropped even though I added APIs. 🤦♂️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds 1d integration via quadax.
closes #66