avik-pal / Wandb.jl

Unofficial Julia bindings for logging experiments to wandb.ai
https://avik-pal.github.io/Wandb.jl/stable/
MIT License
82 stars 11 forks source link

Replaced erroneous call to "close" with "finish" #34

Closed ancorso closed 6 months ago

ancorso commented 6 months ago

It looks like in the switch from "finish" to "close", a bug was introduced. Switched back to "finish" so that WandbLogger can be properly closed.

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 7.10%. Comparing base (ff3cd10) to head (fabf9a0).

Files Patch % Lines
src/main.jl 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #34 +/- ## ===================================== Coverage 7.10% 7.10% ===================================== Files 7 7 Lines 211 211 ===================================== Hits 15 15 Misses 196 196 ```

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