Skip to content

Commit

Permalink
Fixing test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
parthrdesai committed Sep 19, 2024
1 parent 43c1814 commit 361fa9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/mainloop.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@
(timeline-push! 'fperrors expr truth opreds oex upreds uex))

(for ([explanation (in-list explanations-table)])
(match-define (list op expr expl val maybe-count flow-list) explanation)
(timeline-push! 'explanations op expr expl val maybe-count flow-list))
(match-define (list op expr expl val maybe-count flow-list locations) explanation)
(timeline-push! 'explanations op expr expl val maybe-count flow-list locations))

(timeline-push! 'confusion confusion-matrix)

Expand Down

0 comments on commit 361fa9c

Please sign in to comment.