Skip to content

Commit

Permalink
fix: importing pytorch backend from qiboml in the tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoRobbiati committed Nov 19, 2024
1 parent cf6f80c commit a24fd05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@


def get_backend(backend_name):
from qibo.backends.pytorch import ( # the qiboml pytorch is not updated
PyTorchBackend,
)

from qiboml.backends.jax import JaxBackend
from qiboml.backends.pytorch import PyTorchBackend
from qiboml.backends.tensorflow import TensorflowBackend

NAME2BACKEND = {
Expand Down

0 comments on commit a24fd05

Please sign in to comment.