Skip to content

Commit

Permalink
fixed uint32 array (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Egon Borges <[email protected]>
  • Loading branch information
epbsb and Egon Borges authored Jul 2, 2024
1 parent b3b63bb commit 99f1017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class npyjs {
"<u4": {
name: "uint32",
size: 32,
arrayConstructor: Int32Array,
arrayConstructor: Uint32Array,
},
"<i4": {
name: "int32",
Expand Down

0 comments on commit 99f1017

Please sign in to comment.