Skip to content

Commit

Permalink
Temporarily fixed matrix update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephBond committed Oct 5, 2023
1 parent 20ef3a3 commit aa08b4f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/Main.purs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ test_scratchpad :: Array (String × Aff Unit)
test_scratchpad = second void <$> many
[ { file: "dtw/matrix-update"
, fwd_expect:
"2, 3, 4,\n\
\3, 52, 5,\n\
\4, 5, -45"
"(FNum 0, Infty, Infty, Infty, Infty, Infty, Infty, Infty,\n\
\ Infty, FNum 1, FNum 10, FNum 19, Infty, Infty, Infty, Infty,\n\
\ Infty, FNum 2, FNum 2, FNum 3, FNum 7, Infty, Infty, Infty,\n\
\ Infty, FNum 2, FNum 6, FNum 6, FNum 4, FNum 5, Infty, Infty,\n\
\ Infty, Infty, FNum 6, FNum 10, FNum 5, FNum 5, FNum 6, Infty,\n\
\ Infty, Infty, Infty, FNum 7, FNum 9, FNum 9, FNum 5, FNum 6, ((1, 1) : ((2, 2) : ((2, 3) : ((3, 4) : ((4, 5) : ((5, 6) : ((5, 7) : []))))))))"
}
]
1
Expand Down

0 comments on commit aa08b4f

Please sign in to comment.