Skip to content

Commit

Permalink
Precompile the problem libraries again
Browse files Browse the repository at this point in the history
This was fixed awhile back.
  • Loading branch information
ChrisRackauckas committed Oct 25, 2024
1 parent 37d1364 commit 1e68aa7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/JumpProblemLibrary/src/JumpProblemLibrary.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__precompile__(false)

module JumpProblemLibrary

using DiffEqBase, Catalyst
Expand Down
2 changes: 0 additions & 2 deletions lib/ODEProblemLibrary/src/ODEProblemLibrary.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__precompile__(false)

module ODEProblemLibrary

using DiffEqBase
Expand Down

0 comments on commit 1e68aa7

Please sign in to comment.