Open desean1625 opened 4 years ago
Also this needs to be corrected in bluefile.js when it flattens the 2d array https://github.com/LGSInnovations/sigplot/blob/39e66f415a018563dcd0cf778df50253c3817be7/js/bluefile.js#L577
@desean1625 can you go ahead and submit a PR with these fixes?
Describe the bug m.initialize has a bug setting the subsize if the array input is array of data views
To Reproduce
Expected behavior The code allows arrays of Dataviews to be set and attempts to get the length for the subsize using data[0].length. However, dataviews it should be data[0].byteLength
Additional context Fix should be