-
Hi all,
I am working on problem 2.3 now and have not found a feasible way to do this. (It seems like doing this problem in 2D can make up a paper, but we need to do it in 3D).
Wondering if ther…
-
Hi,
I am using CellChat-V2 for the analysis of stereo-seq (cell-bin) data. Could you provide guidance on how to estimate the 'spot.diameter' and 'spot' parameters within 'scale.factors', as these a…
-
in smarts/core/sensors.py:941, `threshold_for_counting_wp = 0.5` is set. My understanding of this variable is that it sets a minimum on the reward, by only reporting distances over the threshold. For …
-
the code I cannot run is
from typing import List
from collections import Counter
def raw_majority_vote(labels: List[str]) -> str:
votes = Counter(labels)
winner, _ = votes.most_common(1…
-
Andreas, the package uses some deprecated scipy api which was removed in v 0.11 (concerning the `sparse` module). Are you planning to file an update to your method?
-
### Is this a new feature, an improvement, or a change to existing functionality?
Improvement to existing functionality
### How would you describe the priority of this feature request
Low pri…
-
-
Find a way to detect simple circles and replace those polygons with the according TikZ command.
If the gds is created directly by gdspy commands one can detect the use of the Round class and use th…
Aypac updated
4 years ago
-
UMAP can fit sparse data with the Jaccard metric but it cannot transform new sparse data. Minimum example below:
```
from scipy.sparse import random
from umap import UMAP
# create random train…
-
3.3.4.1 Basic Requirements 基本规则
http://w3c.github.io/clreq/#h-basic-requirements
> 只要不侵犯最小间距,可允许注文伸展到相邻基字上方。
> Annotations are allowed to extend to the top of adjacent base text as long as the mi…