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

Fix python <--> julia string comparison in ongoing run warning #35

Closed trahflow closed 5 months ago

trahflow commented 5 months ago

Currently there is always a warning that there is an ongoing run. Reason is that WandbLogger.wandb.name is a PythonCall.Core.Py, and comparison with a julia string is always false.