TuringLang / TuringCallbacks.jl

http://turinglang.org/TuringCallbacks.jl/
MIT License
13 stars 8 forks source link

save CSV #44

Closed JaimeRZP closed 1 year ago

JaimeRZP commented 1 year ago

Same as https://github.com/TuringLang/Turing.jl/pull/2020

codecov[bot] commented 1 year ago

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (6473445) 48.14% compared to head (584ed62) 58.91%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #44 +/- ## =========================================== + Coverage 48.14% 58.91% +10.77% =========================================== Files 6 8 +2 Lines 135 185 +50 =========================================== + Hits 65 109 +44 - Misses 70 76 +6 ``` | [Files](https://app.codecov.io/gh/TuringLang/TuringCallbacks.jl/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TuringLang) | Coverage Δ | | |---|---|---| | [ext/TuringCallbacksTuringExt.jl](https://app.codecov.io/gh/TuringLang/TuringCallbacks.jl/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TuringLang#diff-ZXh0L1R1cmluZ0NhbGxiYWNrc1R1cmluZ0V4dC5qbA==) | `100.00% <100.00%> (ø)` | | | [src/TuringCallbacks.jl](https://app.codecov.io/gh/TuringLang/TuringCallbacks.jl/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TuringLang#diff-c3JjL1R1cmluZ0NhbGxiYWNrcy5qbA==) | `33.33% <ø> (ø)` | | | [src/utils.jl](https://app.codecov.io/gh/TuringLang/TuringCallbacks.jl/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TuringLang#diff-c3JjL3V0aWxzLmps) | `100.00% <100.00%> (ø)` | | | [src/callbacks/tensorboard.jl](https://app.codecov.io/gh/TuringLang/TuringCallbacks.jl/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TuringLang#diff-c3JjL2NhbGxiYWNrcy90ZW5zb3Jib2FyZC5qbA==) | `87.80% <91.48%> (+11.33%)` | :arrow_up: | | [src/callbacks/save.jl](https://app.codecov.io/gh/TuringLang/TuringCallbacks.jl/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TuringLang#diff-c3JjL2NhbGxiYWNrcy9zYXZlLmps) | `0.00% <0.00%> (ø)` | |

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

JaimeRZP commented 1 year ago

closed in favour of #49