Bas Nijholt
Bas Nijholt
This code snippet shows the problem in more detail (click to see it): ```python import numpy as np import bisect from operator import itemgetter def _minimum_roundoff_ensemble(state_list, ntraj_total): """ This is...
Thanks for the quick reply @pmenczel! Yes, this error occurred in a practical, long-running open quantum system simulation. The simulation is iterative, and at each step, the Hilbert space is...
This issue happens for me using `setup-micromamba` so Conda is not even involved. Therefore I am not sure whether the explanation in https://github.com/conda/conda/issues/14569#issuecomment-2654211257 applies. Perhaps it would be the `ensure-conda`...
FWIW, I was using ```yaml - uses: mamba-org/setup-micromamba@v2 with: environment-name: conda-lock-env create-args: unidep conda-lock conda-package-handling ``` which resulted in the error `json.decoder.JSONDecodeError` when running `conda-lock` (via [unidep](https://github.com/basnijholt/unidep/)), after pinning micromamba...
@all-contributors please add @TermeHansen for code
This sounds like a great idea! Will you implement it?
@maresb, cool, I will checkout the `--kind=pixi.toml` code! BTW, I did a full rewrite of [`pixi-to-conda-lock`](https://github.com/basnijholt/pixi-to-conda-lock) using `py-rattler`, it is 30% of the previous code and muuuuuuuch faster and more...
Looking forward to having this release, for https://github.com/starship/starship/issues/6709. Anything blocking this @matchai?
That's a good idea! I will look into it. Are you using `unidep` already? Happy to hear more about your experience.
@elazarcoh I made a start in https://github.com/basnijholt/unidep/pull/258. Could you see the diff of the README.md and see whether it makes sense to you?