Skip to content

Commit fd04d7b

Browse files
committed
fix tests
1 parent e8263de commit fd04d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dynamicalsystems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dict_keys = ["Sine wave","White noise","Hénon (chaotic)","Hénon (periodic)"]
5555
m_min = RecurrenceMatrix(xe, ε, metric="manhattan")
5656
@test (m_max.data .& m_euc.data) == m_euc.data
5757
@test (m_euc.data .& m_min.data) == m_min.data
58-
@test (m_max.data .& m_euc_p.data) == m_eucs.data
58+
@test (m_max.data .& m_euc_p.data) == m_euc.data
5959
@test (m_euc_p.data .& m_min.data) == m_min.data
6060
# Compare scales
6161
m_scalemax = CrossRecurrenceMatrix(xe, ye, 0.1, scale=maximum)

0 commit comments

Comments
 (0)