Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Dec 19, 2023
1 parent c835f35 commit 51a2183
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
ODEInterface = "54ca160b-1b9f-5127-a996-1867f4bc2a2c"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
3 changes: 0 additions & 3 deletions src/solve/mirk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,6 @@ function __construct_nlproblem(cache::MIRKCache{iip}, y, loss_bc::BC, loss_collo
J_full_band = nothing
NoSparsityDetection()
end
# @show sd_collocation.row_colorvec
# @show sd_collocation.col_colorvec
display(sd_collocation.jac_prototype)
cache_collocation = __sparse_jacobian_cache(Val(iip), jac_alg.nonbc_diffmode,
sd_collocation, loss_collocationₚ, resid_collocation, y)

Expand Down

0 comments on commit 51a2183

Please sign in to comment.