Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr78 committed Jul 2, 2024
1 parent fe73cc6 commit e06d42b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rsl_example.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ pc_f1 = f1_score(true_skeleton, pc_skeleton)
println("RSL F1 Score: ", rsl_f1)
println("PC F1 Score: ", pc_f1)

@benchmark learn_and_get_skeleton(table_data, ci_test, mkbd_ci_test=opt_ci_test)
@benchmark get_pc_skeleton(table_data, sig_level, gausscitest)
#@benchmark learn_and_get_skeleton(table_data, ci_test, mkbd_ci_test=opt_ci_test)
#@benchmark get_pc_skeleton(table_data, sig_level, gausscitest)

0 comments on commit e06d42b

Please sign in to comment.