We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa5ed1 commit a87c740Copy full SHA for a87c740
src/solve.jl
@@ -17,7 +17,7 @@ DiffEq's standard merging rules:
17
- If `merge_callbacks=true` and both prob and kwargs have callbacks, they are
18
merged into a `CallbackSet` rather than one overriding the other
19
20
-Returns the merged kwargs as a NamedTuple.
+Returns the merged kwargs as a Base.pairs.
21
22
This function is intended for use by problem types that override `__solve` or `__init`
23
and need to manually handle kwargs merging that would normally be done by `solve_call`
0 commit comments