Baunsgaard commented on a change in pull request #892: Extend Python API (rand, lm, matrix multiplication) URL: https://github.com/apache/systemml/pull/892#discussion_r410377068
########## File path: src/main/python/tests/test_matrix_aggregations.py ########## @@ -25,6 +25,8 @@ import warnings import unittest import numpy as np +import scipy.stats as st +import matplotlib.pyplot as plt Review comment: matplotlib is a great library, but it should not be included in the tests here. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services