Anfeng Li
Anfeng Li
I'm a newbie to uproot and encountered some problems when trying to use uproot. Sorry for possible misunderstandings of the usage, though I think my expectation might be reasonable. Create...
### 先决条件 (Prerequisites) - [X] 我已确认这个镜像源从未在 [其他 issues](https://github.com/tuna/issues) 中讨论过。 I am sure that this repo has NEVER been discussed in [other issues](https://github.com/tuna/issues). - [X] 我已确认这个镜像源没有我选择的镜像站上线。 I am sure that this...
### 先决条件 (Prerequisites) - [X] 我已确认这个问题没有在[其他 issues](https://github.com/tuna/issues/issues)中提出过。 I am sure that this problem has NEVER been discussed in [other issues](https://github.com/tuna/issues/issues). ### 发生了什么(What happened) TUNA mirrors的[cc](https://mirrors.tuna.tsinghua.edu.cn/cc/)镜像失去同步,TUNA mirrors的[同步状态页面](https://mirrors.tuna.tsinghua.edu.cn/status/#syncing-status)显示Last Successful Sync是Never,使用TUNA的cc镜像进行yum update时缺少大量的更新。 ###...
### System information Type | Version/Name --- | --- Distribution Name | AlmaLinux Distribution Version | 9.4 Kernel Version | Linux 5.14.0-427.26.1.el9_4.x86_64 Architecture | x86_64 OpenZFS Version | zfs-kmod-2.1.15-3 ###...
It seems that asyncio is not used correctly. Current implementation runs without IO concurrency, which can be seen by adding some timing outputs. For example, the `_finish_jobs` function in `scheduler.py`...
**Snakemake version** `Snakemake 8.16.0` **Describe the bug** When running snakemake for a certain period of time, the scheduler gradually becomes lazy. Job finalization, job selection and job starting will all...
See https://github.com/snakemake/snakemake/pull/3014#pullrequestreview-2374025283 ### QC * [ ] The PR contains a test case for the changes or the changes are already covered by an existing test case. * [ ]...
**Snakemake version** 8.23.1 **Describe the bug** If the Snakefile has a global container image specification `container: ...`, imports an external workflow through `module other_workflow:`, and the module also has a...
Currently, conda environment pinning supported by snakemake uses only `explicit` pinning file. However, this file does not support pip dependencies. [conda-lock](https://github.com/conda/conda-lock) is a project to lock conda environments. It has...