Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Apr 11, 2024
1 parent b02900b commit 8cb582b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ referrenced_sciml_model
```

```@docs
reinit!(::DynamicalSystem, args...; kwargs...)
reinit!(::DynamicalSystem, ::AbstractDict; kwargs...)
set_state!
set_parameter!
set_parameters!
Expand Down
4 changes: 2 additions & 2 deletions src/core/dynamicalsystem_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,8 @@ can also configure the keywords `t0 = initial_time(ds)` and `p = current_paramet
reinit!(ds::DynamicalSystem, u::AbstractDict; kwargs...) → ds
If `u` is a `AbstractDict` (for partially setting specific state variables in [`set_state`](@ref)),
then the alterations in `u` are still done in the state given by the keyword
If `u` is a `AbstractDict` (for partially setting specific state variables in [`set_state!`](@ref)),
then the alterations are done in the state given by the keyword
`reference_state = copy(initial_state(ds))`.
reinit!(ds, ::Nothing; kwargs...)
Expand Down

0 comments on commit 8cb582b

Please sign in to comment.