Arne Küderle

Results 54 issues of Arne Küderle

First of all thank you for this nice package! I was trying to export an animation as a gif with a transparent background. Unfortunately, this was not possible using imageio...

This is not an issue, but rather a question, if asv is the right tool for what I want to do. I am currently developing a library that implements a...

It looks like there are no wheels for Linux available on PyPi. Would it be possible to add them?

Arm Mac: It seems to be possible to install, but not from Pypi (if I understood correctly): https://github.com/h5py/h5py/issues/2008 We should check back in a couple of month and and update...

To avoid issues with dependcies, we should check that the `poetry.lock` file is consistent with the `pyproject.toml` file in the CI. Starting with the next poetry release (1.2.), this can...

To check if a calibration is correct, we could implement some helper functions. I could imagine a "compare" function between to calibrations that checks that two calibrations only deviate by...

**Describe the bug** If the model is not initialized, the fit method initialize it, before running the actual fit. This works, if only sequences with the same length are passed....

**Describe the bug** As the `name` of the distribution is set in the `__init__`, any distribution that subclasses another distribution, needs to make sure that `name` is set **after** calling...

Hi, I wanted to ask, if there is a way to freeze all distributions of a compound model in one step. It seem like in the 1.0 API you have...