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 faster Exponential #355

Merged
merged 3 commits into from
Mar 14, 2024
Merged

Add faster Exponential #355

merged 3 commits into from
Mar 14, 2024

Conversation

rohanbabbar04
Copy link
Contributor

@rohanbabbar04 rohanbabbar04 commented Mar 14, 2024

Description

  • Add a class Exponential with all methods.
  • Update test in test_scipy.py.

Checklist

  • Code style is correct (follows pylint and black guidelines)
  • Includes new or updated tests to cover the new feature
  • New features are properly documented (with an example if appropriate)

Copy link
Contributor

@aloctavodia aloctavodia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

preliz/distributions/exponential.py Outdated Show resolved Hide resolved
preliz/distributions/exponential.py Outdated Show resolved Hide resolved
preliz/distributions/exponential.py Outdated Show resolved Hide resolved
preliz/distributions/exponential.py Outdated Show resolved Hide resolved
preliz/distributions/exponential.py Outdated Show resolved Hide resolved
preliz/distributions/exponential.py Outdated Show resolved Hide resolved
preliz/distributions/exponential.py Outdated Show resolved Hide resolved
preliz/distributions/exponential.py Outdated Show resolved Hide resolved
preliz/tests/test_scipy.py Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Mar 14, 2024

Codecov Report

Attention: Patch coverage is 88.63636% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 82.85%. Comparing base (99e7413) to head (8795c96).
Report is 2 commits behind head on main.

Files Patch % Lines
preliz/distributions/exponential.py 89.28% 9 Missing ⚠️
preliz/internal/special.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #355      +/-   ##
==========================================
+ Coverage   82.76%   82.85%   +0.09%     
==========================================
  Files          50       51       +1     
  Lines        5048     5099      +51     
==========================================
+ Hits         4178     4225      +47     
- Misses        870      874       +4     

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

@aloctavodia aloctavodia merged commit c521038 into arviz-devs:main Mar 14, 2024
4 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

3 participants