Skip to content

Commit

Permalink
rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Demin committed May 4, 2024
1 parent 7dbf298 commit 7a80b26
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/StructuralIdentifiability.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,11 @@ include("discrete.jl")
include("known_ic.jl")
include("input_macro.jl")

using InteractiveUtils

function __init__()
# if run in Github CI
if parse(Bool, get(ENV, "GITHUB_ACTIONS", "false"))
InteractiveUtils.versioninfo(verbose=true)
end
# # if run in Github CI
# if parse(Bool, get(ENV, "GITHUB_ACTIONS", "false"))
# InteractiveUtils.versioninfo(verbose=true)
# end
_si_logger[] = @static if VERSION >= v"1.7.0"
Logging.ConsoleLogger(Logging.Info, show_limited = false)
else
Expand Down

0 comments on commit 7a80b26

Please sign in to comment.