Skip to content

Commit

Permalink
Merge pull request #29 from avik-pal/auto-juliaformatter-pr
Browse files Browse the repository at this point in the history
Automatic JuliaFormatter.jl run
  • Loading branch information
avik-pal authored Feb 12, 2024
2 parents 48497ae + 6001a14 commit 1c76c18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ makedocs(; sitename="Wandb", authors="Avik Pal",
"FluxTraining.jl Integration" => "examples/fluxtraining.md",
"HyperParameter Sweeps" => "examples/hparams.md",
"Artifacts API" => "examples/artifacts.md",
"MPI.jl Integration" => "examples/mpi.md",
],
"MPI.jl Integration" => "examples/mpi.md"
]
])

deploydocs(; repo="github.com/avik-pal/Wandb.jl.git", push_preview=true, devbranch="main")
2 changes: 1 addition & 1 deletion src/Wandb.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Wandb
using CondaPkg, PythonCall # Interface with Python
using Random
using Base.CoreLogging: CoreLogging, AbstractLogger, LogLevel, Info, handle_message,
shouldlog, min_enabled_level, catch_exceptions
shouldlog, min_enabled_level, catch_exceptions

const wandb = PythonCall.pynew()
const numpy = PythonCall.pynew()
Expand Down

0 comments on commit 1c76c18

Please sign in to comment.