File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name = " SciMLBase"
22uuid = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
3- version = " 2.122.0 "
3+ version = " 2.122.1 "
44authors = [
" Chris Rackauckas <[email protected] > and contributors" ]
55
66[deps ]
Original file line number Diff line number Diff line change @@ -310,12 +310,12 @@ supports_opt_cache_interface(alg) = false
310310
311311Trait for specifying whether the passed algorithm supports `init`. Any `init`ed object can `solve!`.
312312"""
313- has_init (a:: AbstractSciMLAlgorithm ) = false
313+ has_init (a) = false
314314
315315"""
316316 $(TYPEDSIGNATURES)
317317
318318Trait for specifying whether the passed algorithm supports `step!`, specifying a more direct control over the internal solver process.
319319See https://docs.sciml.ai/SciMLBase/stable/interfaces/Init_Solve/#init-and-the-Iterator-Interface for more details.
320320"""
321- has_step (a:: AbstractSciMLAlgorithm ) = false
321+ has_step (a) = false
You can’t perform that action at this time.
0 commit comments