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

Cannot run terrain_subterrain.py example because terrain uses scipy.interpolate.interp2d which was removed in scipy 1.14 #574

Open
Nate711 opened this issue Jan 14, 2025 · 1 comment

Comments

@Nate711
Copy link

Nate711 commented Jan 14, 2025

f = interpolate.interp2d(y, x, height_field_downsampled, kind="linear")

Cannot run the example terrain_subterrain.py because terrain uses scipy.interpolate.interp2d which was removed in scipy 1.14.

@Kashu7100
Copy link
Collaborator

can you check this #508 ?

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

No branches or pull requests

2 participants