David Shin
David Shin
This pull request fixes an error in the `data-science-tutorial.md`, where an incorrect method was used to convert probability to binary outcome. The correct model accuracy is incompatible with the previous...
This PR adds some minor improvements. This includes: 1. correcting a module summary in README 2. fixing spelling mistakes in some tutorials, and 3. clarifying the top level README for...
The spherical harmonic computation backends for the gravity and magnetic models are only implemented with the default Fortran `shtools`. This PR proposes implementing the ducc backend to the gravity and...
**Description of the problem** Plotting methods in `shclasses` use deprecated matplotlib function `matplotlib.cm.get_cmap`, detailed in https://github.com/matplotlib/matplotlib/issues/20853. There may be more deprecated calls to matplotlib, but this is the only one...