Skip to content

Commit eb8fc05

Browse files
committed
#215 Ignore Pyright error related to NumPy dtype
1 parent 9076a49 commit eb8fc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ class Weather:
6767
10 * np.random.rand(2, 2, 3),
6868
np.array([[-99.83, -99.32], [-99.79, -99.23]]),
6969
np.array([[42.25, 42.21], [42.63, 42.59]]),
70-
np.array(["2014-09-06", "2014-09-07", "2014-09-08"], "M8[ns]"),
70+
np.array(["2014-09-06", "2014-09-07", "2014-09-08"], "M8[ns]"), # type: ignore
7171
np.datetime64("2014-09-05"),
7272
)

0 commit comments

Comments
 (0)