Results 44 issues of anilbey

A new error introduced to mypy is detected in vision's repository. > vision (https://github.com/pytorch/vision) > + torchvision/prototype/datasets/utils/_internal.py:89: error: A function returning TypeVar should receive at least one argument containing the...

cla signed

A new error introduced to mypy is detected in tornado's repository. tornado (https://github.com/tornadoweb/tornado) + tornado/queues.py:384: error: A function returning TypeVar should receive at least one argument containing the same Typevar...

Hi, This docs page mentions `use-ignore-comments`. Yet `fixit run-rules` does not recognise it. Was there an update? docs `https://fixit.readthedocs.io/en/latest/test_a_lint_rule.html?highlight=use-ignore-comments#Run-Your-Rule-in-a-Codebase ` example ``` > fixit run_rules . --use-ignore-comments usage: fixit [-h]...

A new error introduced to mypy is found in this repository. This PR adds comment to ignore that error. > spark (https://github.com/apache/spark) > + python/pyspark/ml/wrapper.py:267: error: A function returning TypeVar...

ML
CORE
PYTHON

Hi, I am having this exception when I try to connect a .loom file. ```R > lfile

Make sure the return values, parameters and the exceptions thrown are mentioned for each method.

docs

Right now it is set explicitly after the constructor is called in here https://github.com/anilbey/sc-dna/blob/19760ae2e9a606d0a4c53fc384310442dfeff84b/src/infer_trees.cpp#L189 here https://github.com/anilbey/sc-dna/blob/19760ae2e9a606d0a4c53fc384310442dfeff84b/simulations/run_simulations.cpp#L93 and here https://github.com/anilbey/sc-dna/blob/19760ae2e9a606d0a4c53fc384310442dfeff84b/simulations/Simulation.h#L84 Have a constructor overload for the overdispersed case and use it...

enhancement

This is the reproducing example: ```python BluePyOpt$ ipython Python 3.8.10 (default, Jun 22 2022, 20:18:18) Type 'copyright', 'credits' or 'license' for more information IPython 8.5.0 -- An enhanced Interactive Python....