swiftest.Simulation.run

Contents

swiftest.Simulation.run#

Simulation.run(dask=False, **kwargs)[source]#

Runs a Swiftest integration.

Uses the parameters set by the param dictionary unless overridden by keyword arguments. Accepts any keyword arguments that can be passed to set_parameter.

Parameters:
  • dask (bool, default False) – If true, will use Dask to lazily load data (useful for very large datasets)

  • **kwargs (Any) – Any valid keyword arguments accepted by set_parameter()

Returns:

None