From 7a9cfb4486d9c83ee510a5100b727b538f6586dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:40:27 +0330 Subject: [PATCH] Format .jl files (#447) Co-authored-by: prbzrg <79970151+prbzrg@users.noreply.github.com> --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b5a7d543..7ddb4b95 100644 --- a/README.md +++ b/README.md @@ -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)