Skip to content

Commit

Permalink
Merge pull request #135 from SciML/precompile
Browse files Browse the repository at this point in the history
Precompile the problem libraries again
  • Loading branch information
ChrisRackauckas authored Oct 25, 2024
2 parents 37d1364 + 1e68aa7 commit 69655a6
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 69655a6

Please sign in to comment.