Christian Roth

Results 9 issues of Christian Roth

Hey there! Can you help me understand why this won't solve for me? ``` # testenv.yaml name: testenv channels: - pytorch - conda-forge dependencies: - python=3.9 - pytorch=1.12 - albumentations=1.2.1...

I get following error in a linux container with fontconfig-2.12.1 ```+ cat tests/test-suite.log ==================================== GD 2.2.4: tests/test-suite.log ==================================== # TOTAL: 151 # PASS: 150 # SKIP: 0 # XFAIL: 0...

tests

# environment.yml test.yml ``` name: crash_and_burn dependencies: - condo-forge::mamba ``` Note the spelling error in channel name `condo-forge` vs `conda-forge`. # mamba `mamba env create -f test.yml --dry-run` crashes with:...

bug
feature request

I am struggeling getting conda-lock with a private gitlab index to work: I have setup my pypi repository following the instructions on the readme. `poetry config repositories.foo` gives me the...

Continuation attempt of #306 - do not merge yet - ~very likely still not correct behaviour when chunks get deleted from store by #738~. Still have very limited knowledge of...

**Describe the feature you'd like** I would love to be able to make use of SIGTERM handling used by modern ML frameworks such as pytorch_lightning. If I understood correctly, when...

https://github.com/soedinglab/CCMgen/blob/d874668e176a8821ac8c5794a8805f1b6eb9b397/ccmpred/sampling/__init__.py#L37 The current implementation uses the rounded expectation over the full sequence as the number of mutations `nmut` . This can be problematic in edge cases (sequences very short or...

### Problem description pixi tasks nicely support environment variables. Being able to inject environment variables from a `.env` file could make it easy for injecting host-specific environment variables into `pixi...

enhancement

PR Checklist: - [x] note any issues closed by this PR with [closing keywords](https://help.github.com/articles/closing-issues-using-keywords) - [x] if you are adding a new page under `docs/` or `community/`, you have added...

Docs