Skip to content

Commit

Permalink
Format .jl files (#447)
Browse files Browse the repository at this point in the history
Co-authored-by: prbzrg <[email protected]>
  • Loading branch information
github-actions[bot] and prbzrg authored Oct 16, 2024
1 parent 528ab49 commit 7a9cfb4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ model = ICNFModel(
# adtype = AutoZygote(),
# use_batch = true,
# batch_size = 32,
sol_kwargs = (;
progress = true,
), # pass to the solver
sol_kwargs = (; progress = true,), # pass to the solver
)
mach = machine(model, df)
fit!(mach)
Expand Down

0 comments on commit 7a9cfb4

Please sign in to comment.