-
Hello and thanks again for the great project. I read the code, read your thesis and am intrigued. I have also seen some other modern research in this area which basically says its not practical yet.…
-
Hi,
I am trying to import a dataset from 10X Visium H&E
I am importing the dataset with:
```python
adata = sq.read.visium('path')
adata.var_names_make_unique()
```
Then pre-processing:
```py…
Lem-P updated
4 months ago
-
There's no 'install' target.
```
===> Staging for cadical-1.5.3
===> Generating temporary packing list
gmake[1]: Entering directory '/usr/ports/math/cadical/work/cadical-rel-1.5.3'
gmake[1]:…
-
I learned yesterday of frameworks which generate bindings for other languages automatically from C++ code, here are some examples:
+ [cppyy](https://cppyy.readthedocs.io/en/latest/), which is specifi…
-
I was testing stuff on my workstation, and ran into this error (which Zhi was able to reproduce on groot, but not on bender).
This change in Microphysics fixes the integration failure, but I have n…
yut23 updated
4 months ago
-
In the middle of solving reaction system 3 of 12 I get this:
```
Error running the ODESolver: ***MESSAGE FROM ROUTINE DDASSL IN LIBRARY SLATEC.
Error running the ODESolver: ***POTENTIALLY RECOVERABLE…
rwest updated
13 years ago
-
Hello!
I'm very interested in this library for the IK solver. I've checked bepuphysics v2, but it doesn't appear to include it, which is why I'm asking here.
I know there's an ik demo included wit…
-
💻 **Solver request: jiang2016**
This algorithm iterates over the semi-major axis of the orbit. To be honest, I do not see why this is considered to be a "new algorithm"... In fact, it looks exactly…
-
We'd like to do build for native libraries, and these libraries might depend on each other. Therefore we need to know a dependency graph (or topological sort) to schedule building the libraries in the…
-
It would be amazing to be able to specify uncertainties on ICs and have that propagate through to the solutions.
I know this is a very difficult problem in general. Off the top of my head some challe…