mirdata
mirdata copied to clipboard
fix mypy failures when casting lists to numpy arrays
Since the release of numpy 0.20, mypy is failing on our code whenever we're casting lists to numpy arrays (e.g. cante100 line 291).
I've temporarily patched this by adding # type: ignore on these individual lines, but we should fix this.