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 Distributions integration tests #1819

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

mhauru
Copy link
Contributor

@mhauru mhauru commented Sep 13, 2024

Runs logpdf on a lot of different distributions, compares against FiniteDifferences.

Currently generating a lot of failures. Need to investigate which ones should be reported as bugs, which ones should just be marked as broken because of e.g. missing foreign calls.

Largely copied from similar tests in Tapir: https://github.com/compintell/Tapir.jl/blob/main/test/integration_testing/distributions.jl

@wsmoses wsmoses force-pushed the mhauru/distributions-integration-tests branch from c9ab2eb to a879421 Compare September 28, 2024 05:00
@codecov-commenter
Copy link

codecov-commenter commented Sep 28, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.41%. Comparing base (037dfed) to head (85fe94d).
Report is 179 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1819      +/-   ##
==========================================
+ Coverage   67.50%   69.41%   +1.90%     
==========================================
  Files          31       35       +4     
  Lines       12668    14920    +2252     
==========================================
+ Hits         8552    10356    +1804     
- Misses       4116     4564     +448     

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

@wsmoses
Copy link
Member

wsmoses commented Sep 29, 2024

@mhauru @yebai from the quadgk version incompatability, I think this should just be done in DistributionsAD.jl?

In any case, open any issues that persist and we'll get them fixed quickly

@mhauru mhauru marked this pull request as ready for review October 22, 2024 14:55
@mhauru
Copy link
Contributor Author

mhauru commented Oct 23, 2024

Fixed the two issues you pointed out. Tests now locally crash julia with Illegal instruction, not sure why, probably something that has changed on main. Will investigate tomorrow.

@mhauru
Copy link
Contributor Author

mhauru commented Oct 24, 2024

Commented out the one that crashes and made an issue about it. Tests pass locally again, ready for another look, @wsmoses.

@mhauru mhauru requested a review from wsmoses October 24, 2024 10:19
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.

3 participants