You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In docs/userguide/variogramm.rst under The spherical model, there seems to be some inconsistency:
The default for Variogram is Trust-Region Reflective (TRF), which is also the default for Variogram.
which doesn't make any sense. Obviously the default for something is also the default for itself. What was the actual intention of the sentence? Which class shares teh default with Variogram?
Maybe set-up Github pages for this repo or change the link to point to https://scikit-gstat.readthedocs.io. I was first discouraged to use this package as the first link I clicked to interact was broken. It might also be nice to add the link to the docs to PyPI (done in the PR)
note to self: intersphinx mapping for gstools is broken:
nice. You are absolutely right. I guess I read over that part a million times and never spotted this. All I want to say here is, that the Variogram uses TRF as a default, so I guess we can remove the sentence from 'which' on.
In
docs/userguide/variogramm.rst
under The spherical model, there seems to be some inconsistency:which doesn't make any sense. Obviously the default for something is also the default for itself. What was the actual intention of the sentence? Which class shares teh default with
Variogram
?the
Kringing
docsstate that
scikit-gstat/skgstat/Kriging.py
Lines 86 to 87 in 21ef923
without any further explanation. Yet from looking at the code
it seems to me that
scipy
andnumpy
are both well supported options?scikit-gstat/skgstat/Kriging.py
Lines 258 to 268 in 21ef923
The website link on Github sends one to https://mmaelicke.github.io/scikit-gstat/, which is not set up.
Maybe set-up Github pages for this repo or change the link to point to https://scikit-gstat.readthedocs.io. I was first discouraged to use this package as the first link I clicked to interact was broken. It might also be nice to add the link to the docs to PyPI (done in the PR)
note to self: intersphinx mapping for gstools is broken:
scikit-gstat/docs/conf.py
Line 219 in 21ef923
scikit-gstat/docs/tutorials/tutorial_01_getting_started.py
Line 140 in 21ef923
https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html
the achor would resolve on https://geostat-framework.readthedocs.io/projects/gstools/en/stable/api.html (instead of
package.html
) ... how to fix this?The order of tutorials is wrong, the RST seems to be auto-generated from the Code Cells
I'm also collecting more fixes in #191
The text was updated successfully, but these errors were encountered: