Skip to content
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

Mapinversion #182

Merged
merged 8 commits into from
Jun 28, 2024
Merged

Mapinversion #182

merged 8 commits into from
Jun 28, 2024

Conversation

darioizzo
Copy link
Collaborator

Adding a notebook with the map inversion to compute sensitivities to events trigger times and manifolds

@darioizzo
Copy link
Collaborator Author

@bluescarni this is good to go now. Failiures in CI seem to be related to some pykep incompatibilities, anyway not related to this PR.

@bluescarni
Copy link
Owner

@darioizzo cheers, merging.

FYI, the pykep failure seems related to a function that has been removed in pykep:

raise NotImplementedError(err_mesg)\n\nNotImplementedError: `interp2d` has been removed in SciPy 1.14.0.

For legacy code, nearly bug-for-bug compatible replacements are\n`RectBivariateSpline` on regular grids, and `bisplrep`/`bisplev` for\nscattered 2D data.

In new code, for regular grids use `RegularGridInterpolator` instead.
For scattered data, prefer `LinearNDInterpolator` or`CloughTocher2DInterpolator`.

For more details see\nhttps://scipy.github.io/devdocs/tutorial/interpolate/interp_transition_guide.html"

@bluescarni bluescarni merged commit 5929196 into bluescarni:main Jun 28, 2024
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants