Add trailing comma to shape string
This commit is contained in:
parent
de880a1fbb
commit
8beeb7d6bd
1 changed files with 1 additions and 1 deletions
2
npy.bqn
2
npy.bqn
|
@ -11,7 +11,7 @@ ArrayFromBytes←{⟨8‿'c',DtypeToFormat 𝕨⟩•bit._cast 𝕩}
|
|||
|
||||
# Saving
|
||||
To_i16le←{@+256(|∾⌊∘÷˜)𝕩}
|
||||
FormatShape←{'('∾(1↓∾⥊','∾˘•Fmt¨≢𝕩)∾')'}
|
||||
FormatShape←{'('∾(1↓∾⥊','∾˘•Fmt¨≢𝕩)∾",)"}
|
||||
|
||||
BuildHeader←{dtype 𝕊 data:
|
||||
version←1‿0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue