-
There're not clear instructions for downstream analysis by dmasif, such as docking.
-
Exactly embed initial trees, rather than using hydra's approximation.
A. Cvetkovski and M. Crovella, "Hyperbolic Embedding and Routing for Dynamic Graphs," IEEE INFOCOM 2009, 2009, pp. 1647-1655, d…
-
release: december 2022
Wanted:
- Infrastructure:
- cPython-3.11.1,
- Spyder with ipython-8 support,
- more pyodide examples that work in dot
- Experimental:
- coudn't resist; …
-
WGS84 says earth radius is 6378137.0 meters (like the comment says) but the code uses 6371000.0 meters:
https://georust.github.io/rust-geo/src/geo/algorithm/haversine_destination.rs.html#29
-
As a subproblem of Dodonaphy:
1. initialise a similarity matrix with noise,
2. find the ML (or MAP) of it using BFGS
-
I am working on some problem where I would like to implement geodesic regression on Rotation manifolds (SO(n)). Following the [geodesic regression](https://manoptjl.org/stable/tutorials/GeodesicRegres…
-
**What happened**:
When I run the following code with client() and then call any method that invokes 'compute()', the process fails and each time I receive the above error.
**Minimal Complete…
-
I'm working on #7756 but struggling with test failures ...
Then I noticed that TestGeoPointQuery's test never tests on large distances, so I modified the test to sometimes do so (like TestBKDTree) an…
-
Create a function in `PS5_solutions.py` to create variables needed to determine the payoff matrices. This function should take a dataframe as an argument and then return a dataframe with all variable…
-
release: october 2022
Wanted:
- Infrastructure:
- [x] cpython-3.10.6
- [x] cpython-3.11.0 (10% to 25% speed-up vs 3.10 on interactive Python applications)
- [x] github as a full second…