JuliaML / MLUtils.jl

Utilities and abstractions for Machine Learning tasks
MIT License
107 stars 20 forks source link

fix print test #173

Closed CarloLucibello closed 8 months ago

CarloLucibello commented 8 months ago

Fix the CI failure observed in #172 due to ::NamedTuple being printed as ::@NamedTuple on julia 1.10

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (47b1e40) 88.51% compared to head (9d0b2aa) 84.21%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #173 +/- ## ========================================== - Coverage 88.51% 84.21% -4.30% ========================================== Files 13 15 +2 Lines 566 602 +36 ========================================== + Hits 501 507 +6 - Misses 65 95 +30 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.