Closed lincollincol closed 2 years ago
I get 100 samples from the amplituda call
I can have only 80 max, to fit my width Chunked doesn't work here because chunked takes an Int so 100 / 80, which is 1.25, will turn out as 1. So I get a 1 to 1 mapping and end up with 100 samples instead of 80.
https://github.com/lincollincol/Amplituda/issues/15
I get 100 samples from the amplituda call
I can have only 80 max, to fit my width Chunked doesn't work here because chunked takes an Int so 100 / 80, which is 1.25, will turn out as 1. So I get a 1 to 1 mapping and end up with 100 samples instead of 80.
https://github.com/lincollincol/Amplituda/issues/15