Skip to content

Commit

Permalink
fix(demo): push generated HFTNNs to the top instead of the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
ascpixi committed Dec 6, 2024
1 parent d6b8bba commit 5b9ffa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/src/app/HftnnDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ export function HftnnDemo() {
const url = URL.createObjectURL(blob);

setHfttnArr([
...hftnnArr,
{
signalLength: signal.length,
singleSize: hftTransform[0].length,
totalSize: hftTransform.length * hftTransform[0].length * 2,
dataUrl: url
}
},
...hftnnArr
]);
}

Expand Down

0 comments on commit 5b9ffa0

Please sign in to comment.