Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TST/FIX: Do difference ourselves rather than numpy to avoid datatype cast #2403

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

greglucas
Copy link
Contributor

The docstring test was failing because np.diff() returns np.int64 for the datatype. It is simple enough to just do the difference ourselves and stick with Python types to fix the failure.

@rcomer rcomer merged commit 0889d0e into SciTools:main Jun 22, 2024
19 of 21 checks passed
@rcomer rcomer added this to the Next Release milestone Jun 22, 2024
@greglucas greglucas deleted the tst-crs-bbox-offset branch June 24, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants