Skip to content

Commit

Permalink
Change nbsphinx config to run notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
msschwartz21 committed Dec 10, 2024
1 parent 1827599 commit 3037eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
# -- Nbsphinx extension ------------------------------------------------------

# Disable nbsphinx extension from running notebooks
nbsphinx_execute = "never"
nbsphinx_execute = "auto"
exclude_patterns = ["_build", "**.ipynb_checkpoints"]

# -- Options for HTML output -------------------------------------------------
Expand Down

1 comment on commit 3037eb3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Mean (s) BASE 6212b53 Mean (s) HEAD 3037eb3 Percent Change
test_load_gt_ctc_data[2d] 5.86518 5.83326 -0.54
test_load_gt_ctc_data[3d] 16.7196 15.5671 -6.89
test_load_pred_ctc_data[2d] 1.12611 1.16409 3.37
test_ctc_checks[2d] 0.74713 0.75061 0.47
test_ctc_checks[3d] 10.3529 10.3462 -0.06
test_ctc_matcher[2d] 1.4789 1.4649 -0.95
test_ctc_matcher[3d] 16.8401 16.8201 -0.12
test_ctc_metrics[2d] 0.30266 0.26838 -11.33
test_ctc_metrics[3d] 3.67353 1.9044 -48.16
test_iou_matcher[2d] 1.54634 1.54368 -0.17
test_iou_matcher[3d] 17.8636 17.8594 -0.02
test_iou_div_metrics[2d] 0.07449 0.07404 -0.6
test_iou_div_metrics[3d] 0.72009 0.73925 2.66

Please sign in to comment.