-
As for the file `test_geodesic.py`, I do not understand why the correct case is:
```
expected = [
[0, 1, 1, sqrt(2)],
[1, 0, sqrt(2), 1],
[1, sqrt(2), 0, 1],
…
-
Maybe the angular speed is based on geodesic distance right now? Looks like it keeps changing, sometimes very fast because of in-plane rotation.
-
I am working with the Berlin pbf file: http://download.geofabrik.de/europe/germany/berlin-latest.osm.pbf
If I calculate distances between random nodes in the graph, the resulting matrix is not symme…
-
So for undirected graphs, plotting gof works fine. This example is taken directly from the help pages.
```r
data(florentine)
gest
-
As mentioned in the paper:
For head, hands and feet, we use the manually obtained UV fields provided in the SMPL model. For
the rest of the parts we obtain the unwrapping via multidimensional scali…
-
It would be useful to natively be able to convert from DD within this library
-
The [Nightly workflow](https://github.com/Unidata/MetPy/actions/runs/4301820916) is failing.
The tests failed.
Log:
============================= test session starts ==============================
pla…
-
The n-dimensional Euclidean space is available in Sage in many variants.
This ticket brings the speed of the most basic operation (constructing the space) of `EuclideanSpace` (from sage-manifolds…
-
Hello,
Per Professor Bergmann's suggestion, I have implemented the first cut of a method to compute the Log function on the Stiefel manifold with the Submersion metric proposed in my paper [1].
I …
-
**Submitting author:** @masadcv (Muhammad Asad)
**Repository:** https://github.com/masadcv/FastGeodis
**Branch with paper.md** (empty if default branch):
**Version:** v1.0.0
**Editor:** @vissarion
*…