Use Dask for a time step simulation

For reference, the code examples I shared above are related to liionpack which is a Python package for simulating battery packs. So far the best way to implement Dask with the liionpack code has been with Actors. Some aspects of the complexity of the liionpack code may have been lost with the simple examples discussed in this thread.

1 Like