Skip to content

Commit

Permalink
no type int interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles MOUSSA committed Nov 20, 2024
1 parent 4660926 commit 6b1d3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyqtorch/noise/readout.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def create_confusion_matrices(noise_matrix: Tensor, error_probability: float) ->

class ReadoutInterface(ABC):
@singledispatchmethod
def apply(self, input_to_corrupt, n_shots: int):
def apply(self, input_to_corrupt, n_shots):
raise NotImplementedError


Expand Down

0 comments on commit 6b1d3c4

Please sign in to comment.