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

Fix isless and update tests #161

Merged
merged 3 commits into from
Aug 13, 2024
Merged

Fix isless and update tests #161

merged 3 commits into from
Aug 13, 2024

Conversation

adrhill
Copy link
Owner

@adrhill adrhill commented Aug 13, 2024

Closes #153.

  • fix isless by adding additional method on AbstractFloat
  • update Jacobian and Hessian tests

@codecov-commenter
Copy link

codecov-commenter commented Aug 13, 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 89.25%. Comparing base (8451650) to head (3dac86b).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #161      +/-   ##
==========================================
+ Coverage   85.39%   89.25%   +3.85%     
==========================================
  Files          37       37              
  Lines        1527     1517      -10     
==========================================
+ Hits         1304     1354      +50     
+ Misses        223      163      -60     

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

@adrhill adrhill merged commit c3d2cfb into main Aug 13, 2024
6 checks passed
@adrhill adrhill deleted the ah/dual-method-types branch August 13, 2024 12:36
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.

Another problem with isless
2 participants