Skip to content

Commit

Permalink
refactor: removed name from engines
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Feb 23, 2024
1 parent 7ddb8a4 commit 7ae1e11
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 68 deletions.
135 changes: 68 additions & 67 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/test_backends_clifford.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def test_set_backend(backend):
platform = _get_engine_name(backend)
set_backend("clifford", platform=platform)
assert isinstance(GlobalBackend(), CliffordBackend)
global_platform = GlobalBackend().engine.name
global_platform = GlobalBackend().platform
assert global_platform == platform


Expand Down

0 comments on commit 7ae1e11

Please sign in to comment.