Skip to content
Snippets Groups Projects
Commit 7e75ce48 authored by Sander Snoo's avatar Sander Snoo
Browse files

Merge branch 'master' into dev

parents 74c2c830 a056ccd6
No related branches found
No related tags found
No related merge requests found
__version__ = "1.5.5"
__version__ = "1.5.6"
......@@ -340,7 +340,7 @@ class MeasurementConverter:
if total_selected > 0:
self._values = [np.sum(result*accepted_mask)/total_selected for result in values_unfiltered]
else:
self._values = np.full(len(values_unfiltered), np.nan)
self._values = [np.full(len(values_unfiltered), np.nan)]
def set_channel_data(self, data):
self._channel_raw = data
......
[bumpversion]
current_version = 1.5.5
current_version = 1.5.6
commit = True
tag = True
......
......@@ -6,7 +6,7 @@ print('packages: %s' % packages)
setup(name="pulse_lib",
version="1.5.5",
version="1.5.6",
packages = find_packages(),
python_requires=">=3.7",
install_requires=['si_prefix', 'qcodes>=0.27.0'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment