Skip to content

Commit 1eb4ee8

Browse files
committed
fix
1 parent 7ae4d58 commit 1eb4ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_unittests/ut_xrun_doc/test_documentation_examples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ def add_test_methods(cls):
100100
if (
101101
not reason
102102
and name in {"plot_export_locate_issue.py", "plot_export_with_auto.py"}
103-
and not has_torch("2.7")
103+
and not has_torch("2.8")
104104
):
105-
reason = "torch<2.7"
105+
reason = "torch<2.8"
106106

107107
if reason:
108108

0 commit comments

Comments
 (0)