We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a0045 commit 53643c5Copy full SHA for 53643c5
test/runtests.jl
@@ -1,7 +1,6 @@
1
using SymbolicNeuralNetworks
2
using SafeTestsets
3
4
-# @safetestset "Docstring tests. " begin include("doctest.jl") end
5
@safetestset "Symbolic gradient " begin include("derivatives/symbolic_gradient.jl") end
6
@safetestset "Symbolic Neural network " begin include("derivatives/jacobian.jl") end
7
@safetestset "Symbolic Params " begin include("symbolic_neuralnet/symbolize.jl") end
0 commit comments