Sylwester Arabas
Sylwester Arabas
being addressed in #1182 and #1189
Thank you for reporting! One workaround is to use `math.exp` instead of `numpy.exp`: ```python import math from PySDM.backends import GPU a = GPU().Storage.empty((1,), dtype=float) a *= math.exp(1) ``` This behaviour...
+ take size threshold as argument (and the size threshold could be yet another product, like with peak supersaturation)
solved by @Aphus in #1388, thanks!
we need first to equip PySDM with a way of injecting different values for constants - TODO, keeping open
Here is a list of warnings still disabled: PySDM .py files: - [ ] invalid-name - [ ] missing-function-docstring - [ ] missing-class-docstring - [x] missing-module-docstring - [x] too-many-arguments -...
good news: #631
BTW, for anyone interested in Titan's clouds, here's a webinar posted today at Youtube: https://www.youtube.com/watch?v=b5kLq2fyNaE
let's not try to enforce trailing-whitespace for notebooks!
in addition, there seem to be a lot of zero-powers computed when calculating the zero-th moment (see `MomentProduct::_download_moment_to_buffer`)