Skip to content

Commit

Permalink
Merge pull request #1059 from anarkiwi/off
Browse files Browse the repository at this point in the history
batch size 1 always for offline.
  • Loading branch information
anarkiwi authored Dec 21, 2023
2 parents f6fb4a0 + 86edcd4 commit d367a13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gamutrf/offline.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def main():
"samp_rate": int(meta["sample_rate"]),
"sdr": "file:" + filename,
"pretune": True,
"fft_batch_size": 1,
}
)
tb = grscan(**scan_args)
Expand Down

0 comments on commit d367a13

Please sign in to comment.