From 7a80b26aeece7e9ece2719519fcd25da75b9816f Mon Sep 17 00:00:00 2001 From: Sasha Demin Date: Sat, 4 May 2024 19:38:38 +0200 Subject: [PATCH] rerun --- src/StructuralIdentifiability.jl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/StructuralIdentifiability.jl b/src/StructuralIdentifiability.jl index a93308c9..48727fd5 100644 --- a/src/StructuralIdentifiability.jl +++ b/src/StructuralIdentifiability.jl @@ -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