Skip to content

Commit

Permalink
Fix the issue with _num_burnin default value
Browse files Browse the repository at this point in the history
  • Loading branch information
maliasadi committed Mar 28, 2024
1 parent 3edae2f commit fd85444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane_lightning/lightning_qubit/lightning_qubit.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def __init__( # pylint: disable=too-many-arguments
self._num_burnin = num_burnin
else:
self._kernel_name = None
self._num_burnin = None
self._num_burnin = 0

@property
def name(self):
Expand Down

0 comments on commit fd85444

Please sign in to comment.