Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier authored Apr 5, 2022
1 parent 6ca5681 commit 337baa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WiSARD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module WiSARD

using Random

include("model/wnn.jl")
include("model/model.jl")

include("encoding/encoding.jl")

end # module
end # module

2 comments on commit 337baa1

@pedromxavier
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/57958

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.2 -m "<description of version>" 337baa1efd846d4cd2a5f6b06fed152b591be36f
git push origin v0.1.2

Please sign in to comment.