Skip to content

Commit

Permalink
Temporarily ignore usage of protected attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Dec 11, 2023
1 parent 45113b9 commit 68368ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qibo/backends/darray.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ def execute_circuit(self, circuit, initial_state=None, nshots=1000):
raise ValueError("Initial state not supported by darray backend")

Check warning on line 30 in src/qibo/backends/darray.py

View check run for this annotation

Codecov / codecov/patch

src/qibo/backends/darray.py#L29-L30

Added lines #L29 - L30 were not covered by tests

super().execute_circuit(circuit, nshots=nshots)

Check warning on line 32 in src/qibo/backends/darray.py

View check run for this annotation

Codecov / codecov/patch

src/qibo/backends/darray.py#L32

Added line #L32 was not covered by tests
# pylint: disable=E1101
self.client.compute(self._final_state._state)

Check warning on line 34 in src/qibo/backends/darray.py

View check run for this annotation

Codecov / codecov/patch

src/qibo/backends/darray.py#L34

Added line #L34 was not covered by tests

0 comments on commit 68368ee

Please sign in to comment.