Sylwester Arabas

Results 518 comments of Sylwester Arabas

Thanks @jtbuch ! > Is there a file that calls test_spatial_discretisation.py where I need to include the function declaration? Or just pushing a commit with the new unit test should...

@bhiogade, the initial PR, after some code cleanups (README file badges, renaming the formulae to Grabowski et al. 2011), is now merged & released!

idea for decorator name: `@pysdm.product_prototype` (with a method `instantiate(backend)` returning a Product instance)

it is probably `Backend(env)` what we need rather than `Env(backend)`! The reason is that backend should leverage the information on dimensionality of the environment and, e.g., avoid multi-threading for cell-wise...

... or `Backend(n_dims: int)` ?

> idea for decorator name: `@pysdm.product_prototype` (with a method `instantiate(backend)` returning a Product instance) Done in #1370

dynamic-reuse issue addressed in #1372 with a new @register_dynamic decorator

environment reuse issue addressed in #1373 with a new @register_environment decorator

@claresinger, fully agree that it is much more meaningful to have a tutorial on collision kernels than just one that depicts "how to change a kernel" without commenting on the...