Skip to content

remove show method for TrackedArray type#156

Merged
ChrisRackauckas merged 2 commits intoFluxML:masterfrom
KristofferC:patch-2
Nov 17, 2023
Merged

remove show method for TrackedArray type#156
ChrisRackauckas merged 2 commits intoFluxML:masterfrom
KristofferC:patch-2

Conversation

@KristofferC
Copy link
Contributor

@KristofferC KristofferC commented Nov 17, 2023

This method causes horrible invalidations and causes havoc in loading times and compilation time after Tracker.jl is loaded.

For example, loading Enzyme.jl goes from 0.5 seconds to 22 seconds if Tracker.jl is loaded first.

The printing of types should hopefully have been improved enough in JuliaLang/julia#49795 that this is not needed.

This method causes horrible invalidations and causes havoc in loading times and compilation time after Tracker.jl is loaded.

For example, loading Enzyme.jl goes from 0.5 seconds to 22 seconds if Tracker.jl is loaded first.

The printing of types should hopefully have been improved enough in JuliaLang/julia#49795 that this is not needed.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8c93470) 72.53% compared to head (08739ec) 72.74%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
+ Coverage   72.53%   72.74%   +0.20%     
==========================================
  Files           9        9              
  Lines         710      708       -2     
==========================================
  Hits          515      515              
+ Misses        195      193       -2     

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

@ChrisRackauckas ChrisRackauckas merged commit 6678e4c into FluxML:master Nov 17, 2023
@KristofferC KristofferC deleted the patch-2 branch November 17, 2023 11:22
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.

4 participants