We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98590b0 commit 7a751bdCopy full SHA for 7a751bd
sigmf/__init__.py
@@ -5,7 +5,7 @@
5
# SPDX-License-Identifier: LGPL-3.0-or-later
6
7
# version of this python module
8
-__version__ = "1.2.12"
+__version__ = "1.2.13"
9
# matching version of the SigMF specification
10
__specification__ = "1.2.5"
11
tests/conftest.py
@@ -34,4 +34,5 @@ def test_sigmffile(test_data_file):
34
meta.add_annotation(start_index=0, length=len(TEST_FLOAT32_DATA))
35
meta.add_capture(start_index=0)
36
meta.set_data_file(test_data_file.name)
37
+ assert meta._metadata == TEST_METADATA
38
return meta
0 commit comments