sebwrede commented on pull request #1199:
URL: https://github.com/apache/systemds/pull/1199#issuecomment-799417830


   > did you fix some bugs since it parses all tests?
   
   I removed an empty file, which made one test fail since it did not have an 
Apache license. 
   I also ran the failing tests locally, where I discovered that I needed to 
install some R packages and some Python packages. One of the R packages, 
imputeTS, failed to install when I ran our R install script, so I had to look 
up why this happened. I found a solution where I had to run the following: 
   ```
   sudo apt-get install aptitude
   sudo apt-get install libcurl4-openssl-dev
   sudo apt-get install libxml2-dev
   ```
   This idea came from here: 
https://github.com/sagemath/cloud/issues/114#issuecomment-86363054.
   After installing the above, I ran the R install again and then the tests 
passed locally. I then committed and pushed. The only update in that commit was 
the removal of the empty file. 


----------------------------------------------------------------
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:
[email protected]


Reply via email to