mirdata icon indicating copy to clipboard operation
mirdata copied to clipboard

fix mypy failures when casting lists to numpy arrays

Open rabitt opened this issue 5 years ago • 0 comments

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.

rabitt avatar Feb 01 '21 12:02 rabitt