Skip to content

Commit

Permalink
tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
PoorvaGarg committed Nov 25, 2024
1 parent 03ac4c9 commit 56a8d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/inference/pr_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ end
@test debug_info_ref[].num_nodes == 196604

pr(x, algo=Cudd(CUDD.CUDD_REORDER_SIFT, debug_info_ref))
@test debug_info_ref[].num_nodes == 160
@test debug_info_ref[].num_nodes == 1500

pr(x, algo=Cudd(CUDD.CUDD_REORDER_WINDOW2, debug_info_ref))
@test debug_info_ref[].num_nodes == 129820
@test debug_info_ref[].num_nodes == 196860
end

0 comments on commit 56a8d05

Please # to comment.