Skip to content

Commit

Permalink
Attempt to disable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang committed Dec 12, 2023
1 parent 92a8b09 commit 8594ca4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ReactionMechanismSimulator.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import Logging
Logging.disable_logging(Logging.Warn)

module ReactionMechanismSimulator
using PyCall
push!(PyVector(pyimport("sys")["path"]), "")
Expand Down

0 comments on commit 8594ca4

Please sign in to comment.