Skip to content

Commit

Permalink
Fixed failing doctest and linkcheck CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Feb 17, 2025
1 parent 23f2a3f commit 7dd1716
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ def run(self):
"https://github.com/pytorch/ignite/tree/master/examples/cifar10#check-resume-training",
"https://github.com/pytorch/ignite/tree/master/examples/mnist#training-save--resume",
"https://machinelearningmastery.com/gentle-introduction-backpropagation-time/",
"https://github.com/pytorch/pytorch/issues/7844#issuecomment-503713840",
"https://github.com/pytorch/pytorch/issues/23430#issuecomment-562350407",
]


Expand Down
2 changes: 1 addition & 1 deletion ignite/metrics/clustering/calinski_harabasz_score.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class CalinskiHarabaszScore(_ClusteringMetricBase):
.. testoutput::
5.733935121807529
5.733936
.. versionadded:: 0.5.2
"""
Expand Down

0 comments on commit 7dd1716

Please sign in to comment.