Skip to content

Commit

Permalink
add mnist test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-TianHao committed Jul 1, 2020
1 parent df33691 commit 856f47a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"
[extras]
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"

[targets]
test = ["Test", "Flux"]
test = ["Test", "Flux", "JLD2"]
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include("mnist_1000.jl")
include("identity_network.jl")
include("relu_network.jl")
include("inactive_relus.jl")
Expand All @@ -7,3 +6,4 @@ if Base.find_package("Flux") != nothing
end
include("complements.jl")
include("splitting.jl")
include("mnist_1000.jl")

0 comments on commit 856f47a

Please sign in to comment.