You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding bottleneck to the environment, either by doing mamba install bottleneck or by adding it to the yml file the script terminates on getting max().
Describe the bug
When working with xarray, I get a fatal error when running code after installing bottleneck. Without bottleneck the code runs fine.
To Reproduce
Using win64, this code runs fine in an environment without bottleneck:
resulting in:
When adding bottleneck to the environment, either by doing mamba install bottleneck or by adding it to the yml file the script terminates on getting max().
resulting in:
So really the only change is
Expected behavior
Script should not crash
The text was updated successfully, but these errors were encountered: