From c08b821a2967d0cd4d958e8b84870c96c91acc62 Mon Sep 17 00:00:00 2001 From: ton Date: Thu, 6 Jul 2023 13:06:49 +0700 Subject: [PATCH] minor fix --- src/IronpenGPU.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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