Skip to content

Commit 7979fd1

Browse files
committed
fix
1 parent 1f856b0 commit 7979fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/usage.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fit!(mach)
6363
# CUDA.@allowscalar fit!(mach) # needed for gpu
6464

6565
# Store It
66-
icnf_mach_fn = "icnf_mach.jlso"
66+
icnf_mach_fn = "icnf_mach.jls"
6767
MLJBase.save(icnf_mach_fn, mach) # save it
6868
mach = machine(icnf_mach_fn) # load it
6969

0 commit comments

Comments
 (0)