Skip to content

Commit

Permalink
fix: Remove previous tests reference
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-pasquale committed Feb 7, 2025
1 parent e21e431 commit 3ff1d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_gates.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
random_unitary,
)

from qibojit.tests.utils import qubits_tensor, random_complex, set_precision
from .utils import qubits_tensor, random_complex, set_precision

ATOL = {"complex64": 1e-4, "complex128": 1e-10}

Expand Down
2 changes: 1 addition & 1 deletion tests/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pytest
from qibo.quantum_info import random_density_matrix, random_statevector

from qibojit.tests.utils import qubits_tensor, random_complex, set_precision
from .utils import qubits_tensor, random_complex, set_precision


@pytest.mark.parametrize("is_matrix", [False, True])
Expand Down

0 comments on commit 3ff1d73

Please sign in to comment.