Skip to content
Snippets Groups Projects
Commit 1bb13ab8 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Driver] typo fix in generated driver

parent 57a67250
No related branches found
No related tags found
No related merge requests found
......@@ -103,5 +103,5 @@ dma.recvchannel.wait()
obuf_folded = packed_bytearray_to_finnpy(obuf_packed, odt, oshape_folded)
# convert to normal reshape and save
obuf_normal = obuf_folded.reshape(oshape_normal)
np.save("output.npy", obuf_unpacked)
np.save("output.npy", obuf_normal)
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment