This PR allows DiffusionProcess trajectories to be generated with a timestep dt greater that the brownian path deltat.
Note that the piece-wise integration of the brownian path prior to integration is now performed in a
separate method DiffusionProcess._integrate_brownian_path, allowing unit testing.
This PR allows
DiffusionProcess
trajectories to be generated with a timestepdt
greater that the brownian pathdeltat
.Note that the piece-wise integration of the brownian path prior to integration is now performed in a separate method
DiffusionProcess._integrate_brownian_path
, allowing unit testing.Addresses #6