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 detector display by replacing println with print #201

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Conversation

gdalle
Copy link
Collaborator

@gdalle gdalle commented Oct 1, 2024

This fixes the following display:

julia> using ADTypes, SparseConnectivityTracer

julia> backend = AutoSparse(AutoForwardDiff(), sparsity_detector=TracerSparsityDetector())
AutoSparse(dense_ad=AutoForwardDiff(), sparsity_detector=TracerSparsityDetector()
)

@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2024

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

Codecov Report

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

Project coverage is 91.05%. Comparing base (702b2d0) to head (f7290a0).

Files with missing lines Patch % Lines
src/adtypes_interface.jl 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #201   +/-   ##
=======================================
  Coverage   91.05%   91.05%           
=======================================
  Files          47       47           
  Lines        2080     2080           
=======================================
  Hits         1894     1894           
  Misses        186      186           

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

@adrhill
Copy link
Owner

adrhill commented Oct 1, 2024

Thanks!

@adrhill adrhill merged commit 3d1f9b4 into main Oct 1, 2024
6 checks passed
@adrhill adrhill deleted the gd/fix_display branch October 1, 2024 20:35
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