Skip to content

Commit

Permalink
Update src/parameters.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Dec 28, 2023
1 parent d6b9117 commit 9d6b6fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parameters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ function split_parameters_by_type(ps)
parrs = map(x-> SArray{Tuple{size(x)...}}(x), split_ps)
split_ps = SArray{Tuple{size(parrs)...}}(parrs)

Check warning on line 106 in src/parameters.jl

View check run for this annotation

Codecov / codecov/patch

src/parameters.jl#L104-L106

Added lines #L104 - L106 were not covered by tests
end
@show typeof(split_ps)
if length(split_ps) == 1 #Tuple not needed, only 1 type
return split_ps[1], split_idxs
else
Expand Down

0 comments on commit 9d6b6fd

Please sign in to comment.