Sylwester Arabas
Sylwester Arabas
this was addressed in #26
@hepcat72 @bjodah, thanks! (our CI in a project depending on chempy also stopped working yesterday)
re-triggering CI jobs
Design goals: - [ ] avoid making the existing condensation/deposition code longer/more complex - all the new stuff should be optional and "external" Questions: - [ ] is mass and...
backend sharing is now globally "enabled"
@olastrz, kudos for the new visualisation! Here is some feedback on the code: - [x] since we are creating a new examples subfolder, let's move the new notebook there and...
kudos @olastrz !
Hi @alexwf1, what is likely needed is recompilation of GDL linking against the ImageMagick you have installed. To help more in detailing how to do it, we would need to...
the `.copy()` is addressed in #607
CI fails (https://github.com/open-atmos/PySDM/actions/runs/15562732280/job/43825166589?pr=1647) due to pylint-reported issues: ``` ************* Module PySDM.backends.impl_numba.methods.displacement_methods PySDM/backends/impl_numba/methods/displacement_methods.py:17:0: C0301: Line too long (119/100) (line-too-long) PySDM/backends/impl_numba/methods/displacement_methods.py:34:0: C0301: Line too long (119/100) (line-too-long) PySDM/backends/impl_numba/methods/displacement_methods.py:60:0: C0301: Line too long...