Santiago Soler

Results 129 issues of Santiago Soler

Fix typos when mentioning the `DatasetAccessorPrismLayer` class in docstrings and tests.

Add numpydoc to requirements for building the docs. Add numpydoc to Sphinx configuration file. Update Sphinx template for classes. **Relevant issues/PRs:** Fixes #490 Related to fatiando/community#149

Bump Python version in CI to check if all tests pass and documentation builds properly in the latest version of Python. Bump Python version in `environment.yml`. TODO: - [ ]...

Change the default value of the `depth` argument in `EquivalentSources` to `"default"`. If this value is passed, then the depth of the sources is set as 4.5 times the median...

**Page that contains the error or needs to be improved (paste link):** https://www.fatiando.org/harmonica/dev/api/generated/harmonica.EquivalentSources.html#harmonica.EquivalentSources **Description of the problem/suggestion:** In the list of Variables (Attributes) of the class, the `points_`, `coefs_` and...

bug
documentation

Change configuration of tests in GitHub Actions: use the latest x86 macos runner with the `oldest` dependencies and Python 3.8. Use the latest macos runner (arm64) only against the `latest`...

Add `numpydoc` to requirements for building the docs. Add `numpydoc` to Sphinx configuration file. Update Sphinx template for classes. Move admonitions in `Ellipsoid` and `Sphere` classes to the Notes section...

#### Summary Ignore the `survey_type` argument in the dc and sip survey constructors and raise warning. Raise warning when trying to access or set the `survey_type` properties. The `survey_type` argument...

#### Summary Replace the usage of the deprecated functions in `numpy.random` module for the Numpy's random number generator class and its methods, in most of the NSEM tests. #### PR...

#### Summary Update the `linkcode_resolve` function in Sphinx configuration file so the links to the source code of each function, class or method points to the actual code corresponding to...