diff --git a/src/IronpenGPU.jl b/src/IronpenGPU.jl index 5cd0c36..10418cc 100644 --- a/src/IronpenGPU.jl +++ b/src/IronpenGPU.jl @@ -8,7 +8,7 @@ files and each file can only depend on the file included before it. """ include("type.jl") -using .types # bring model into this module namespace (this module is a parent module) +using .type # bring model into this module namespace (this module is a parent module) include("snnUtils.jl") using .snn_utils