Skip to content

Commit 8e1eef6

Browse files
author
Erik Nielsen
committed
Merge branch 'hotfix-0.9.7.4'
2 parents 9982f9e + eb29f52 commit 8e1eef6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/pygsti/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# in the file "license.txt" in the top-level pyGSTi directory
55
#*****************************************************************
66
""" PyGSTi version number """
7-
__version__ = "0.9.7.3"
7+
__version__ = "0.9.7.4"

packages/pygsti/objects/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ def build_repetition_counts(self):
917917

918918

919919
def add_count_dict(self, circuit, countDict, overwriteExisting=True,
920-
recordZeroCnts=False, aux=None):
920+
recordZeroCnts=True, aux=None):
921921
"""
922922
Add a single circuit's counts to this DataSet
923923

0 commit comments

Comments
 (0)