Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinuzziFrancesco committed Mar 11, 2024
1 parent 9e49494 commit 50e5219
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 92 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ MLJLinearModels = "0.9.2"
NNlib = "0.8.4, 0.9"
Optim = "1"
Random = "1.10"
Reexport = "1.2.2"
SafeTestsets = "0.1"
Statistics = "1.10"
Test = "1"
Expand All @@ -49,4 +50,4 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua", "Test", "SafeTestsets", "Random", "DifferentialEquations"]
test = ["Aqua", "Test", "SafeTestsets", "Random", "DifferentialEquations", "MLJLinearModels", "LIBSVM"]
1 change: 0 additions & 1 deletion src/ReservoirComputing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ using Distances
using LinearAlgebra
using NNlib
using Optim
using PartialFunctions
using Random
using Reexport
using Statistics
Expand Down
89 changes: 0 additions & 89 deletions test/esn/test_inits.jl

This file was deleted.

1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ using Test
end

@testset "Echo State Networks" begin
@safetestset "ESN Input Layers" include("esn/test_inits.jl")
@safetestset "ESN Train and Predict" include("esn/test_train.jl")
@safetestset "ESN Drivers" include("esn/test_drivers.jl")
@safetestset "Hybrid ESN" include("esn/test_hybrid.jl")
Expand Down

0 comments on commit 50e5219

Please sign in to comment.