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 JacobianTracer #22

Merged
merged 18 commits into from
Apr 23, 2024
Merged

Add JacobianTracer #22

merged 18 commits into from
Apr 23, 2024

Conversation

adrhill
Copy link
Owner

@adrhill adrhill commented Apr 23, 2024

Closes #19.

Breaking changes:

  • renames Tracer to ConnectivityTracer
  • renames connectivity(f, x) to pattern(f, T, x), where T is a tracer type
  • renames connectivity(f!, y, x) to pattern(f!, y, T, x), where T is a tracer type
  • trace_input(x) has been replaced by trace_input(T, x), where T is a tracer type

@codecov-commenter
Copy link

codecov-commenter commented Apr 23, 2024

Codecov Report

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

Project coverage is 63.41%. Comparing base (3830ca0) to head (b2a7c63).

Files Patch % Lines
src/overload_jacobian.jl 24.00% 19 Missing ⚠️
src/conversion.jl 41.17% 10 Missing ⚠️
src/tracers.jl 70.37% 8 Missing ⚠️
src/overload_connectivity.jl 46.15% 7 Missing ⚠️
src/pattern.jl 96.96% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #22       +/-   ##
===========================================
- Coverage   80.24%   63.41%   -16.84%     
===========================================
  Files           6        7        +1     
  Lines          81      123       +42     
===========================================
+ Hits           65       78       +13     
- Misses         16       45       +29     

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

@adrhill adrhill merged commit 475e576 into main Apr 23, 2024
3 checks passed
@adrhill adrhill deleted the ah/jactracer branch April 23, 2024 21:51
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.

Add JacobianTracer
2 participants