Santiago Soler

Results 303 comments of Santiago Soler

I do think that for Verde gridders, the `scatter` method is a cool addition and its maintenance it's not a big deal. I think my main motivation for this Issue...

I also like how this new class can integrate into the existing API. Great design @leouieda! I'm a little bit dubious about the need of the predictor. I see the...

We're breaking some backward compatibility by returning new set of `coord` in the generated outputs, that's why I had to change some tests. Is it OK or should we leave...

After more time than I wanted, I think we can safely extend support to Python 3.10. The tests that are failing are only for Python 3.7 (see #355).

Hi @nhoad! I would like to let you know that since a couple of minutes ago we have `flake8-unused-arguments` available in conda-forge. So now anyone can install it with `conda`...

You're very welcomed! And setting up the conda-forge repo was much less work than actually writing and maintaining this plugin, so kudos to you! I'm subscribed to this repo, so...

Thanks for the update @prisae! @lheagy, in Fatiando we use the same method as the one in `empymod`: we have a [`references.rst`](https://github.com/fatiando/harmonica/blob/main/doc/references.rst) file where we list the books and papers,...

Adding my two cents in the discussion after what @thibaut-kobold mentioned in #1332. I'm completely on board to stick with a convention and be super explicit about the definition and...

To cleanup a git repo we can use `git clean -xdf .`. > [!WARNING] > It will remove all files in your repo that is not being tracked. Make sure...

@jcapriot made a point during today's meeting regarding the second issue I mention. That is to add a `super().__init__(**kwargs)` in the topmost parent class. This way, instantiation would fail if...