Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove wandb tests #906
Open
Improve wandb tests #906
Labels
Milestone
Comments
|
@borisdayma mind send a PR? |
|
I think you guys fixed it here: f862d9f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


The tests of the
wandb-logger are not as comprehensive as for the rest of the loggers. Currently, they just test if constructing a logger works.Testing
wandbin the same way as the other loggers works:But the CI tests on github for windows fail. The tests for Ubuntu and Mac work. Seems to be some problem related to file-access that I cannot recreate locally