Skip to content

Commit

Permalink
❗ [fix]: fwd_expect for compute-dtw. Graph test now passes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolyp committed Oct 25, 2023
1 parent 8026595 commit c71b294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Main.purs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test_scratchpad :: Array (String × Aff Unit)
test_scratchpad = second void <$> bwdMany
[ { file: "dtw/compute-dtw"
, file_expect: "dtw/compute-dtw.expect"
, fwd_expect: "((1, 1) : ((2, 2) : ((2, 3) : ((3, 4) : ((4, 5) : ((5, 6) : ((5, 7) : [])))))))"
, fwd_expect: "((1, 1) : (⸨(⸨2⸩, ⸨2⸩)⸩ : ((2, 3) : ((3, 4) : ((4, 5) : ((5, 6) : ((5, 7) : [])))))))"
, δv: listElement 1 neg
}
]
Expand Down

0 comments on commit c71b294

Please sign in to comment.