Skip to content

Commit 94a5548

Browse files
committed
Revert "Reduce "error" logging in regression testing (only WARN and above)"
This reverts commit 5127d38. Turns out we DON'T want these things ending up in the Annotations, which they will if printed to stdout
1 parent 7a0d607 commit 94a5548

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rmgpy/tools/regression.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ def configure_logging():
230230

231231
def main():
232232
"Returns the list of variables that failed the regression."
233-
configure_logging()
234-
235233
input_file, benchmark, tested = parse_command_line_arguments()
236234

237235
args = read_input_file(input_file) # casetitle, observables, setups, tol

0 commit comments

Comments
 (0)