Skip to content

Commit

Permalink
Disabled new vector tests from upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Oct 3, 2023
1 parent 4191dc5 commit e524492
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 0 deletions.
12 changes: 12 additions & 0 deletions optika/rays/_tests/test_ray_vectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,18 @@ class TestPltPlotLikeFunctions(
):
pass

@pytest.mark.skip
class TestJacobian(
test_vectors_cartesian.AbstractTestAbstractCartesianVectorArray.TestNamedArrayFunctions.TestJacobian,
):
pass

@pytest.mark.skip
class TestOptimizeRoot(
test_vectors_cartesian.AbstractTestAbstractCartesianVectorArray.TestNamedArrayFunctions.TestOptimizeRoot,
):
pass


@pytest.mark.parametrize("array", rays)
class TestRayVectorArray(
Expand Down
12 changes: 12 additions & 0 deletions optika/vectors/_tests/test_vectors_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@ class TestPltPlotLikeFunctions(
):
pass

@pytest.mark.skip
class TestJacobian(
test_vectors_cartesian.AbstractTestAbstractCartesianVectorArray.TestNamedArrayFunctions.TestJacobian,
):
pass

@pytest.mark.skip
class TestOptimizeRoot(
test_vectors_cartesian.AbstractTestAbstractCartesianVectorArray.TestNamedArrayFunctions.TestOptimizeRoot,
):
pass


@pytest.mark.parametrize("array", vectors_field)
class TestFieldVectorArray(
Expand Down
12 changes: 12 additions & 0 deletions optika/vectors/_tests/test_vectors_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,18 @@ class TestPltPlotLikeFunctions(
):
pass

@pytest.mark.skip
class TestJacobian(
test_vectors_cartesian.AbstractTestAbstractCartesianVectorArray.TestNamedArrayFunctions.TestJacobian,
):
pass

@pytest.mark.skip
class TestOptimizeRoot(
test_vectors_cartesian.AbstractTestAbstractCartesianVectorArray.TestNamedArrayFunctions.TestOptimizeRoot,
):
pass


@pytest.mark.parametrize("array", vectors_object)
class TestObjectVectorArray(
Expand Down
12 changes: 12 additions & 0 deletions optika/vectors/_tests/test_vectors_pupil.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@ class TestPltPlotLikeFunctions(
):
pass

@pytest.mark.skip
class TestJacobian(
test_vectors_cartesian.AbstractTestAbstractCartesianVectorArray.TestNamedArrayFunctions.TestJacobian,
):
pass

@pytest.mark.skip
class TestOptimizeRoot(
test_vectors_cartesian.AbstractTestAbstractCartesianVectorArray.TestNamedArrayFunctions.TestOptimizeRoot,
):
pass


@pytest.mark.parametrize("array", vectors_pupil)
class TestPupilVectorArray(
Expand Down
12 changes: 12 additions & 0 deletions optika/vectors/_tests/test_vectors_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,18 @@ class TestPltPlotLikeFunctions(
):
pass

@pytest.mark.skip
class TestJacobian(
test_vectors_cartesian.AbstractTestAbstractCartesianVectorArray.TestNamedArrayFunctions.TestJacobian,
):
pass

@pytest.mark.skip
class TestOptimizeRoot(
test_vectors_cartesian.AbstractTestAbstractCartesianVectorArray.TestNamedArrayFunctions.TestOptimizeRoot,
):
pass


@pytest.mark.parametrize("array", vectors_scene)
class TestSceneVectorArray(
Expand Down

0 comments on commit e524492

Please sign in to comment.