Sylwester Arabas

Results 518 comments of Sylwester Arabas

this was largely addressed in #1299 an indicator of when the refactor is done would be the removal of `JIT_FLAGS` global constant as of now, there are still some remaining...

Thank you, @zengraf! CC: @piotrbartman I suggest to: - make it an option to use MargeShuffle (`Collision` dynamic `__init__` method seems a good place to set it) - raise a...

- [x] re-create examples PRs as PySDM PRs - [x] fix links to documentation to include PySDM or PySDM_examples prefix - [x] old repo: add PySDM and PySDM-examples version specification...

While looking at the changes today with @abulenok (trying to understand the reasons for the breakup test failures), we came up with the idea to create a unit test aimed...

all what was reasonably needed to be done is done here, closing

@piotrbartman Thanks for following up! @abulenok Thanks for spotting it and clarifying the issue here! @zengraf Thanks for the new implementation - without it, the old bug would not be...

As of now, ``moments_body`` takes almost 30% of cpu time in Yang example based smoke tests (e.g., ``test_just_do_it``) with call counts of hundreds of thousands... while in principle all what...

we've just profile a few 0D, 1D and 2D examples with @mstach60161 and this seem not to be an issue anymore! (likely thanks to moments refactors and added multi-threading done...