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

Str and repr for classes #27

Merged
merged 6 commits into from
Oct 4, 2024
Merged

Str and repr for classes #27

merged 6 commits into from
Oct 4, 2024

Conversation

faymanns
Copy link
Member

@faymanns faymanns commented Oct 4, 2024

Implemented __str__, __repr__, and __eq__ for BasisFunction, B1, B2, B3, Exponential, CatmullRom, CubicHermite, ExponentialHermite, Spline, and HermiteSpline.

@codecov-commenter
Copy link

codecov-commenter commented Oct 4, 2024

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

Codecov Report

Attention: Patch coverage is 98.07692% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.49%. Comparing base (5989772) to head (dddba40).

Files with missing lines Patch % Lines
src/splinebox/spline_curves.py 92.85% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
- Coverage   98.53%   98.49%   -0.05%     
==========================================
  Files           3        3              
  Lines         478      530      +52     
==========================================
+ Hits          471      522      +51     
- Misses          7        8       +1     

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

@faymanns faymanns merged commit 9583f0b into main Oct 4, 2024
10 checks passed
@faymanns faymanns mentioned this pull request Oct 4, 2024
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.

2 participants