Skip to content

Commit

Permalink
Type SKELETONIZE_TEST_CASES
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 14, 2023
1 parent fe6c9f8 commit 096a345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_linalg_skeletonization.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

from dataclasses import replace
from functools import partial
from typing import Sequence, Union
import pytest

import numpy as np
Expand All @@ -47,7 +48,7 @@
PytestPyOpenCLArrayContextFactory,
])

SKELETONIZE_TEST_CASES = [
SKELETONIZE_TEST_CASES: Sequence[Union[extra.CurveTestCase, extra.TorusTestCase]] = [
extra.CurveTestCase(
name="ellipse",
op_type="scalar",
Expand Down

0 comments on commit 096a345

Please sign in to comment.