Leonardo Uieda
Leonardo Uieda
Hi @santisoler, I'm curious about why this is needed.
As long as the Jacobian and predictions are still in the correct dtype then it makes sense. Otherwise, it would be better to fix the docs, right?
I'm not sure. I suppose I thought of the dtype being for the model so then predictions would also be float32. I guess having the dtype impact only the jacobian...
Hi @Esteban82 thanks for reporting. This is because the sphinx-book-theme isn't able to recognise that the actual files for the sphinx-gallery source aren't the rst files. In the past, we...
Closing this since it's not something we're willing to add to the main library.
Wait until #504 is implemented. Then rebase and update the model selection tests to use Trend instead of VectorSpline2D.
Do this after #504
Must also be renamed in `SplineCV`.
Thanks for that @penguinpee. We're discussing changing our packaging practices to remove all of these from our built packages here: https://github.com/fatiando/community/issues/154
@michaelaye thanks for opening the issue! I've thought about this but decided against adding the feature. Mostly because we want to keep Pooch quite simple and small since it's being...