Skip to content

Commit

Permalink
typo mode
Browse files Browse the repository at this point in the history
  • Loading branch information
prbzrg committed Sep 19, 2024
1 parent d7427f4 commit 36b6bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/instability_tests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Test.@testset "Instability" begin
JET.test_package(ContinuousNormalizingFlows; mode = :sound)
JET.test_package(ContinuousNormalizingFlows; mode = :typo)

nvars = 2^3
naugs = nvars
Expand Down Expand Up @@ -27,7 +27,7 @@ Test.@testset "Instability" begin
JET.test_call(
ContinuousNormalizingFlows.loss,
Base.typesof(icnf, ContinuousNormalizingFlows.TrainMode(), r, ps, st);
mode = :sound,
mode = :typo,
)
JET.test_opt(
ContinuousNormalizingFlows.loss,
Expand Down

0 comments on commit 36b6bf0

Please sign in to comment.