Skip to content

Commit

Permalink
Correct notebook header levels
Browse files Browse the repository at this point in the history
  • Loading branch information
msschwartz21 committed Dec 17, 2024
1 parent 11a3e70 commit 73aefcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/test-cases.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Division Cases"
"## Division Cases"
]
},
{
Expand Down Expand Up @@ -407,7 +407,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Shifted Division Cases"
"## Shifted Division Cases"
]
},
{
Expand Down

1 comment on commit 73aefcc

@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 dd1d438 Mean (s) HEAD 73aefcc Percent Change
test_load_gt_ctc_data[2d] 5.43773 5.59298 2.86
test_load_gt_ctc_data[3d] 19.465 19.1414 -1.66
test_load_pred_ctc_data[2d] 1.08051 1.15084 6.51
test_ctc_checks[2d] 0.73922 0.76056 2.89
test_ctc_checks[3d] 9.32699 10.1363 8.68
test_ctc_matcher[2d] 1.4971 1.52702 2
test_ctc_matcher[3d] 16.6937 17.0181 1.94
test_ctc_metrics[2d] 0.26305 0.27635 5.05
test_ctc_metrics[3d] 4.03157 4.06234 0.76
test_iou_matcher[2d] 1.57971 1.6083 1.81
test_iou_matcher[3d] 17.6789 18.3389 3.73
test_iou_div_metrics[2d] 0.07305 0.07458 2.09
test_iou_div_metrics[3d] 0.69094 0.70561 2.12

Please sign in to comment.