Skip to content

Commit

Permalink
#215 Ignore Pyright error related to NumPy dtype
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Oct 16, 2023
1 parent 9076a49 commit eb8fc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ class Weather:
10 * np.random.rand(2, 2, 3),
np.array([[-99.83, -99.32], [-99.79, -99.23]]),
np.array([[42.25, 42.21], [42.63, 42.59]]),
np.array(["2014-09-06", "2014-09-07", "2014-09-08"], "M8[ns]"),
np.array(["2014-09-06", "2014-09-07", "2014-09-08"], "M8[ns]"), # type: ignore
np.datetime64("2014-09-05"),
)

0 comments on commit eb8fc05

Please sign in to comment.