Skip to content

Commit

Permalink
Disable excess warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang committed Dec 12, 2023
1 parent c616bb4 commit d5ae0be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import Logging
Logging.disable_logging(Logging.Warn)

using Documenter, ReactionMechanismSimulator

makedocs(
Expand Down
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
3 changes: 3 additions & 0 deletions src/rmstest.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import Logging
Logging.disable_logging(Logging.Warn)

using PyCall
const Chem = PyNULL()
const molecule = PyNULL()
Expand Down

0 comments on commit d5ae0be

Please sign in to comment.