furbrain / STIC

GNU General Public License v3.0
9 stars 5 forks source link

Calibration does not work with old circuitpython versions #24

Closed furbrain closed 4 months ago

furbrain commented 4 months ago

Old (pre 9.0.0) versions of circuitpython ship with a version of ulab that does not have A.T where A is a numpy array. Instead, only .transpose() is available

Version 1.3.0 introduces a bug where calibration attempts to use the A.T form

furbrain commented 4 months ago

Fixed by https://github.com/furbrain/STIC/commit/683c2db89ee0fa0bd9eb909b1a77d9fe39fa4326