avik-pal / Wandb.jl

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

Start using PythonCall & CondaPkg #22

Closed avik-pal closed 1 year ago

avik-pal commented 1 year ago

Fixes #13

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 8.18% and project coverage change: +0.36 :tada:

Comparison is base (16662e6) 7.69% compared to head (366f4b1) 8.05%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #22 +/- ## ======================================== + Coverage 7.69% 8.05% +0.36% ======================================== Files 7 7 Lines 169 211 +42 ======================================== + Hits 13 17 +4 - Misses 156 194 +38 ``` | [Impacted Files](https://app.codecov.io/gh/avik-pal/Wandb.jl/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Avik+Pal) | Coverage Δ | | |---|---|---| | [src/artifacts.jl](https://app.codecov.io/gh/avik-pal/Wandb.jl/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Avik+Pal#diff-c3JjL2FydGlmYWN0cy5qbA==) | `0.00% <0.00%> (ø)` | | | [src/corelogging.jl](https://app.codecov.io/gh/avik-pal/Wandb.jl/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Avik+Pal#diff-c3JjL2NvcmVsb2dnaW5nLmps) | `0.00% <0.00%> (ø)` | | | [src/fluxtraining.jl](https://app.codecov.io/gh/avik-pal/Wandb.jl/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Avik+Pal#diff-c3JjL2ZsdXh0cmFpbmluZy5qbA==) | `0.00% <0.00%> (ø)` | | | [src/mpi.jl](https://app.codecov.io/gh/avik-pal/Wandb.jl/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Avik+Pal#diff-c3JjL21waS5qbA==) | `0.00% <0.00%> (ø)` | | | [src/sweep.jl](https://app.codecov.io/gh/avik-pal/Wandb.jl/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Avik+Pal#diff-c3JjL3N3ZWVwLmps) | `0.00% <0.00%> (ø)` | | | [src/main.jl](https://app.codecov.io/gh/avik-pal/Wandb.jl/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Avik+Pal#diff-c3JjL21haW4uamw=) | `12.50% <13.04%> (-3.29%)` | :arrow_down: | | [src/Wandb.jl](https://app.codecov.io/gh/avik-pal/Wandb.jl/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Avik+Pal#diff-c3JjL1dhbmRiLmps) | `50.00% <41.66%> (-50.00%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

avik-pal commented 1 year ago

Thanks @tylerjthomas9 for helping with this!