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

Add Spherical DFs #432

Merged
merged 99 commits into from Sep 14, 2020
Merged

Add Spherical DFs #432

merged 99 commits into from Sep 14, 2020

Conversation

jamesmlane
Copy link
Contributor

Adds basic spherical isotropic & anisotropic DF evaluation, sampling, and moment framework. Completely implements Hernquist and King DFs.

jobovy and others added 30 commits July 9, 2020 12:14
… DFs (currently fails, because the anisotropic normalization isn't right)
@codecov
Copy link

codecov bot commented Sep 14, 2020

Codecov Report

Merging #432 into master will increase coverage by 10.13%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #432       +/-   ##
===========================================
+ Coverage   89.68%   99.82%   +10.13%     
===========================================
  Files         168      175        +7     
  Lines       24889    25267      +378     
===========================================
+ Hits        22321    25222     +2901     
+ Misses       2568       45     -2523     
Impacted Files Coverage Δ
galpy/df/__init__.py 100.00% <100.00%> (ø)
galpy/df/constantbetaHernquistdf.py 100.00% <100.00%> (ø)
galpy/df/constantbetadf.py 100.00% <100.00%> (ø)
galpy/df/eddingtondf.py 100.00% <100.00%> (ø)
galpy/df/isotropicHernquistdf.py 100.00% <100.00%> (ø)
galpy/df/kingdf.py 100.00% <100.00%> (ø)
galpy/df/sphericaldf.py 100.00% <100.00%> (ø)
galpy/potential/KingPotential.py 100.00% <100.00%> (ø)
galpy/potential/__init__.py 100.00% <100.00%> (ø)
... and 64 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9ed100e...64845f4. Read the comment docs.

@jobovy jobovy merged commit 2c1599b into jobovy:master Sep 14, 2020
@jobovy
Copy link
Owner

jobovy commented Sep 14, 2020

Looks great, thanks!

@jobovy jobovy added this to the v1.7 milestone Nov 12, 2020
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