Skip to content

Commit

Permalink
test.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jul 13, 2024
1 parent 9b0ac44 commit 62db801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/iqtlabs/qa_iq_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def run_flowgraph(self, n_vlen, fft_size, samp_rate, port, model_name):
samp_rate=int(samp_rate),
power_inference=True,
background=False,
batch=1,
batch=5,
)

tb.msg_connect((strobe, "strobe"), (source, "cmd"))
Expand Down

0 comments on commit 62db801

Please sign in to comment.