e-strauss commented on code in PR #2432:
URL: https://github.com/apache/systemds/pull/2432#discussion_r2819540176
##########
src/test/java/org/apache/sysds/test/functions/mlcontext/MLContextTestBase.java:
##########
@@ -76,13 +72,6 @@ public void setUp() {
addTestConfiguration(dir, name);
getAndLoadTestConfiguration(name);
-
- //run all mlcontext tests in loglevel trace to improve test
coverage
Review Comment:
ahh true, grep gave me these stats:
sysds git:(main) grep -rnF "LOG.is" . | wc -l
401
sysds git:(main) grep -rnF "LOG.isTraceEnabled" . | wc -l
251
sysds git:(main) grep -rnF "LOG.isDebugEnabled" . | wc -l
131
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]