Skip to content

Commit 87afa3f

Browse files
committed
Reactivate tests
1 parent 582943b commit 87afa3f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/runtests.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ const GROUP = get(ENV, "GROUP", "All")
1414

1515
@time begin
1616
if GROUP == "All" || GROUP == "DataDrivenDiffEq" || GROUP == "Standard"
17-
#include("./basis.jl")
18-
#include("./koopman.jl")
19-
#include("./sindy.jl")
20-
#include("./isindy.jl")
21-
#include("./utils.jl")
22-
#include("./optimize.jl")
17+
include("./basis.jl")
18+
include("./koopman.jl")
19+
include("./sindy.jl")
20+
include("./isindy.jl")
21+
include("./utils.jl")
22+
include("./optimize.jl")
2323
end
2424

2525
# These are excluded right now, until the deps are figured out

0 commit comments

Comments
 (0)