Skip to content

Commit

Permalink
Added test for nx = 0, nv = 0
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-barbara committed Jul 12, 2023
1 parent ac9099a commit be6281e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/RobustNeuralNetworks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module RobustNeuralNetworks

using Flux
using LinearAlgebra
using MatrixEquations: lyapd, plyapd
using MatrixEquations: lyapd
using Random
using Zygote: pullback, Buffer
using Zygote: @adjoint
Expand Down
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ using Test
include("Wrappers/wrap_ren.jl")
include("Wrappers/diff_ren.jl")
include("Wrappers/diff_lbdn.jl")
include("Wrappers/zero_dim.jl")

end

0 comments on commit be6281e

Please sign in to comment.