From 337baa1efd846d4cd2a5f6b06fed152b591be36f Mon Sep 17 00:00:00 2001 From: Pedro Maciel Xavier <31925649+pedromxavier@users.noreply.github.com> Date: Tue, 5 Apr 2022 11:31:18 -0300 Subject: [PATCH] Fix path --- src/WiSARD.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/WiSARD.jl b/src/WiSARD.jl index 1045ef4..4e1241c 100644 --- a/src/WiSARD.jl +++ b/src/WiSARD.jl @@ -2,8 +2,8 @@ module WiSARD using Random -include("model/wnn.jl") +include("model/model.jl") include("encoding/encoding.jl") -end # module \ No newline at end of file +end # module