Skip to content

Commit

Permalink
Fixed bug in optika.materials._tests.test_materials.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Sep 11, 2023
1 parent 664b84a commit dcfe236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optika/materials/_tests/test_materials.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
import astropy.units as u
import named_arrays as na
import optika
import optika._tests.test_transforms
import optika._tests.test_mixins
import optika.rays._tests.test_ray_vectors


class AbstractTestAbstractMaterial(
optika._tests.test_transforms.AbstractTestTransformable,
optika._tests.test_mixins.AbstractTestTransformable,
):
@pytest.mark.parametrize("rays", optika.rays._tests.test_ray_vectors.rays)
class TestRayDependentMethods:
Expand Down

0 comments on commit dcfe236

Please sign in to comment.