Skip to content

Commit

Permalink
Merge pull request #1301 from IQTLabs/renovate/sigmf-1.x
Browse files Browse the repository at this point in the history
Update dependency sigmf to v1.2.2
  • Loading branch information
anarkiwi authored Jun 7, 2024
2 parents 2acb4a4 + ea3429f commit f65912a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gamutrf/sdr_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def run_recording(
if not os.path.exists(sigmf_file):
meta = sigmf.SigMFFile(
skip_checksum=True, # expensive for large files
data_file=sample_file,
# data_file=sample_file, # don't set for ZST, confuses sigmf
global_info={
sigmf.SigMFFile.DATATYPE_KEY: "_".join(
("c" + SAMPLE_TYPE, endianstr())
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pyzmq = "26.0.3"
requests = "2.32.3"
schedule = "1.2.2"
scipy = "1.13.1"
sigmf = "1.2.1"
sigmf = "1.2.2"
sysrsync = "1.1.1"
webcolors = "24.6.0"
zstandard = "0.22.0"
Expand Down

0 comments on commit f65912a

Please sign in to comment.