Skip to content

Commit

Permalink
docstring error example
Browse files Browse the repository at this point in the history
  • Loading branch information
psotom committed Aug 15, 2024
1 parent 062c2b5 commit 98b24ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions skfda/datasets/_samples_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,13 +331,13 @@ def make_sde_trajectories( # noqa: WPS211
>>> n_L0_discretization_points = 5,
>>>
>>> trajectories = make_sde_trajectories(
... X_0,
... gbm_drift,
... gbm_diffusion,
... gbm_diff_derivative,
... n_L0_discretization_points,
... n_samples=10,
... initial_condition=X_0,
... drift=gbm_drift,
... diffusion=gbm_diffusion,
... diffusion_derivative=gbm_diff_derivative,
... n_L0_discretization_points=n_L0_discretization_points,
... method="milstein",
... n_samples=10,
... )
References:
Expand Down

0 comments on commit 98b24ff

Please sign in to comment.