removed include statement
This commit is contained in:
parent
9c98272cf0
commit
1228e9c5e2
@ -1,6 +1,6 @@
|
|||||||
using Juno
|
using Juno
|
||||||
using Flux.Tracker: back!
|
using Flux.Tracker: back!
|
||||||
include("../utils.jl")
|
# include("../utils.jl")
|
||||||
|
|
||||||
runall(f) = f
|
runall(f) = f
|
||||||
runall(fs::AbstractVector) = () -> foreach(call, fs)
|
runall(fs::AbstractVector) = () -> foreach(call, fs)
|
||||||
|
Loading…
Reference in New Issue
Block a user