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

Support Differentials #8

Merged
merged 10 commits into from
Feb 20, 2024
Merged

Conversation

nstarman
Copy link
Contributor

@nstarman nstarman commented Feb 19, 2024

And a subset of their transformations.

Need to figure out how to JIT the jacfwd(represent_as). It's complaining that the Vectors aren't arrayish since they lack a dtype. Either we could quaxify this, or figure out some jax.tree_utils magic.

I don't love the names of these classes. We should brainstorm better names -> #11.

Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@9139d98). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #8   +/-   ##
=======================================
  Coverage        ?   99.06%           
=======================================
  Files           ?       18           
  Lines           ?      426           
  Branches        ?        0           
=======================================
  Hits            ?      422           
  Misses          ?        4           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nstarman nstarman force-pushed the differentials branch 2 times, most recently from 0cd465c to 5571ed2 Compare February 20, 2024 04:11
@nstarman nstarman merged commit 4fe0f42 into GalacticDynamics:main Feb 20, 2024
13 checks passed
@nstarman nstarman deleted the differentials branch February 20, 2024 14:26
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.

1 participant