Skip to content

Commit

Permalink
removing unnecessary argument
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPuzzuoli committed Oct 1, 2023
1 parent cd0ad76 commit 4d3f6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dynamics/arraylias/test_alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_simple_case(self):
self.assertAllClose(output, expected)


@partial(test_array_backends, backends=["numpy", "jax"])
@partial(test_array_backends)
class TestDynamicsScipy(QiskitDynamicsTestCase):
"""Test cases for global scipy configuration."""

Expand Down

0 comments on commit 4d3f6c2

Please sign in to comment.