File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -985,7 +985,7 @@ function time_grid(
985985 <: AbstractDualModel ,
986986 <: AbstractSolverInfos ,
987987 },
988- component:: Symbol = __time_grid_default_component (),
988+ component:: Symbol = __time_grid_default_component (),
989989):: TimesDisc
990990 # Clean and validate component symbol
991991 component_clean = clean_component_symbols ((component,))[1 ]
Original file line number Diff line number Diff line change @@ -236,7 +236,8 @@ function test_multi_grids()
236236
237237 # time_grid without component should return state grid (default behavior)
238238 Test. @test CTModels. time_grid (sol_multi) == T_state
239- Test. @test CTModels. time_grid (sol_multi) == CTModels. time_grid (sol_multi, :state )
239+ Test. @test CTModels. time_grid (sol_multi) ==
240+ CTModels. time_grid (sol_multi, :state )
240241
241242 # Invalid component should throw error
242243 Test. @test_throws Exceptions. IncorrectArgument CTModels. time_grid (
You can’t perform that action at this time.
0 commit comments