Skip to content

Add derivatives for WeightedTriangle #179

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

Merged
merged 3 commits into from
May 9, 2024

Conversation

DanielVandH
Copy link
Member

This PR adds support for derivatives of WeightedTriangle. Currently it only works for a, b, c > 0 since that is where the recurrence holds. Would it better to @assert this in the functions for the time being, or just leave it?

@DanielVandH
Copy link
Member Author

Those errors seem unrelated to this change. I don't actually see that error at all when running the tests locally either...

@dlfivefifty
Copy link
Member

Right, this is something I changed fixing plotting. I’ll have to fix it

@dlfivefifty
Copy link
Member

I think the failures are due to a bug in FastTransforms.

@dlfivefifty
Copy link
Member

@MikaelSlevinsky do you know why its crashing on Mac OS?

Copy link

codecov bot commented May 9, 2024

Codecov Report

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

Project coverage is 95.67%. Comparing base (089ad3c) to head (d7cecca).

Files Patch % Lines
src/triangle.jl 85.71% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
- Coverage   95.82%   95.67%   -0.15%     
==========================================
  Files           6        6              
  Lines         958      972      +14     
==========================================
+ Hits          918      930      +12     
- Misses         40       42       +2     

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

@MikaelSlevinsky
Copy link
Member

Nope, but there will be changes coming in FastTransforms that will require new binaries, so I'm almost certain it's because they haven't been generated in a while.

@dlfivefifty dlfivefifty merged commit a737b55 into JuliaApproximation:master May 9, 2024
@DanielVandH DanielVandH deleted the weighted_derivs branch May 9, 2024 20:47
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