Skip to content

Commit

Permalink
fix dill test
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Mar 8, 2024
1 parent 884ff4a commit ac9a0b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_backends_qibotn.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@


def test_backend_qibotn():
qibo.set_backend(backend="qibotn", platform="qutensornet")
qibo.set_backend(backend="qibotn", platform="qutensornet", runcard=None)
assert isinstance(GlobalBackend(), QuimbBackend)

qibo.set_backend("numpy")

0 comments on commit ac9a0b2

Please sign in to comment.