Skip to content

Commit f8fa5af

Browse files
committed
suppress warnings during testing
1 parent 5ae9192 commit f8fa5af

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/REQUIRE

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ GLPKMathProgInterface
66
Pajarito
77

88
BaseTestNext
9+
Logging

test/runtests.jl

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
using PowerModels
2+
using Logging
3+
# suppress warnings during testing
4+
Logging.configure(level=ERROR)
25

36
using Ipopt
47
using Pajarito

0 commit comments

Comments
 (0)