Skip to content

Commit

Permalink
Turned off debugging options that had been enabled to fix [#24]
Browse files Browse the repository at this point in the history
  • Loading branch information
EdKlotz committed Aug 28, 2023
1 parent 419876e commit 000a0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model_analyzer/results_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
OFF = 0
MODERATE = 1
VERBOSE = 2
_debug = VERBOSE # Change to MODERATE or VERBOSE as needed
_debugger = MODERATE
_debug = OFF # Change to MODERATE or VERBOSE as needed
_debugger = OFF

SOLVELP = 0 # relobjtype choices
SOLVEQP = 1
Expand Down

0 comments on commit 000a0c7

Please sign in to comment.