Skip to content

Commit

Permalink
update koopman mode test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreza committed Dec 7, 2023
1 parent 2ef8086 commit 6903ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_Utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ end
Q = [-1.0 2.0; 1.0 -2.0]
p = steady_state(Q)
km = koopman_modes(Q)
@test abs(km[1, :]' * p) < 100 * eps(1.0)
@test abs(km[:, 1]' * p) < 100 * eps(1.0)
end

@testset "utilities: decorrelation times" begin
Expand Down

0 comments on commit 6903ce1

Please sign in to comment.