-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always set core:version to 1.0.0 (#28)
- Loading branch information
Showing
5 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,7 +112,6 @@ meta = SigMFFile( | |
SigMFFile.SAMPLE_RATE_KEY: 48000, | ||
SigMFFile.AUTHOR_KEY: '[email protected]', | ||
SigMFFile.DESCRIPTION_KEY: 'All zero complex float32 example file.', | ||
SigMFFile.VERSION_KEY: sigmf.__version__, | ||
} | ||
) | ||
|
||
|
@@ -151,7 +150,6 @@ meta_ci16 = SigMFFile( | |
SigMFFile.DATATYPE_KEY: 'ci16_le', # get_data_type_str() is only valid for numpy types | ||
SigMFFile.SAMPLE_RATE_KEY: 48000, | ||
SigMFFile.DESCRIPTION_KEY: 'All zero complex int16 file.', | ||
SigMFFile.VERSION_KEY: sigmf.__version__, | ||
} | ||
) | ||
meta_ci16.add_capture(0, metadata=meta.get_capture_info(0)) | ||
|
@@ -161,7 +159,6 @@ collection = SigMFCollection(['example_cf32.sigmf-meta', 'example_ci16.sigmf-met | |
metadata = {'collection': { | ||
SigMFCollection.AUTHOR_KEY: '[email protected]', | ||
SigMFCollection.DESCRIPTION_KEY: 'Collection of two all zero files.', | ||
SigMFCollection.VERSION_KEY: sigmf.__version__, | ||
} | ||
} | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters