Francesco Nattino
Francesco Nattino
The function does not load the full image, but only the window.
Addressing #46: In order to have reproducible simulation sampling in the store, we should have the possibility of seeding the random number generation. My impression is that the seeding is...
In ESMValTool, we have some recipes that requires concatenating a long list of cubes. This is done with `CubeList.concatenate`, which, as far as I understand, loops over the cubes, identifies...
`build.os` is now required in the readthedocs configuration file: https://blog.readthedocs.com/use-build-os-config/
Thanks a lot for this fantastic library - it is really awesome! I'd love to hear your opinion on the following use case. I have access to a SLURM cluster...
Suggested changes to fix `pip`-based installation (closes #31): 1. Modify setup argument to automatically install dependencies (`requires` -> `install_requires`) 2. Work around to avoid importing `morphsnakes` in `setup.py`: this causes...
Thanks a lot for the very useful library! I have faced an issue with the installation of `morphsnakes` using `pip` as described in the README file. The issue is related...
## 🐛 Bug Report Hello again :) . While running Iris tests on OS X, I get a segmentation fault error from one of the tests of the ESMPy regridding...
Thanks a lot to the maintainers for this really nice lesson! Just want to point out some issues in the [Episode 13](https://github.com/datacarpentry/python-socialsci/blob/gh-pages/_episodes/13-matplotlib.md) ("Plotting in Python"), probably arising from the resolution...
## 🚀 Pull Request ### Description Enable the rectilinear interpolator to run lazily #6002. The original implementation makes use of a CSR matrix from `scipy.sparse` to represent the weights. However,...