Skip to content
Snippets Groups Projects
Commit 9a3a9f53 authored by Bentriou Mahmoud's avatar Bentriou Mahmoud Committed by Mahmoud Bentriou
Browse files

Disabling logging below warnings in tests

parent 416b6284
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
......
......@@ -2,6 +2,8 @@
using Distributed
using Test
using MarkovProcesses
using Logging
Logging.disable_logging(Logging.Warn)
include("run_unit.jl")
include("run_simulation.jl")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment