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 e8263de commit fd04d7bCopy full SHA for fd04d7b
test/dynamicalsystems.jl
@@ -55,7 +55,7 @@ dict_keys = ["Sine wave","White noise","Hénon (chaotic)","Hénon (periodic)"]
55
m_min = RecurrenceMatrix(xe, ε, metric="manhattan")
56
@test (m_max.data .& m_euc.data) == m_euc.data
57
@test (m_euc.data .& m_min.data) == m_min.data
58
- @test (m_max.data .& m_euc_p.data) == m_eucs.data
+ @test (m_max.data .& m_euc_p.data) == m_euc.data
59
@test (m_euc_p.data .& m_min.data) == m_min.data
60
# Compare scales
61
m_scalemax = CrossRecurrenceMatrix(xe, ye, 0.1, scale=maximum)
0 commit comments