Skip to content

Commit

Permalink
Update src/qiboml/models/decoding.py
Browse files Browse the repository at this point in the history
Co-authored-by: Renato Mello <renato.msf@gmail.com>
  • Loading branch information
MatteoRobbiati and renatomello authored Nov 12, 2024
1 parent 590cf5c commit 45b2063
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/qiboml/models/decoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ def output_shape(self):
def analytic(self):
if self.nshots is None:
return True
else:
return False
return False


@dataclass
Expand Down

0 comments on commit 45b2063

Please sign in to comment.