Commit a91eddb
committed
Silence spurious mypy error
Numpy typing definitely still needs work, but I think this error has appeared as a result of changes in dependencies, and isn't real.
`np.asarray` definitely returns an ndarray - though it is possible `np.ndarray` is
not the right type annotation to use.1 parent 2f3b4e2 commit a91eddb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments