fathollahzadeh commented on pull request #1475: URL: https://github.com/apache/systemds/pull/1475#issuecomment-987829696
> Seems, a test related to this fails. > > ```java > Running org.apache.sysds.test.functions.iogen.FrameGenerateReaderCSVTest > java.lang.Exception: The file format couldn't recognize!! > at org.apache.sysds.runtime.iogen.GenerateReader$GenerateReaderFrame.getReader(GenerateReader.java:114) > at org.apache.sysds.test.functions.iogen.GenerateReaderFrameTest.runGenerateReaderTest(GenerateReaderFrameTest.java:180) > ``` > Seems, a test related to this fails. > > ```java > Running org.apache.sysds.test.functions.iogen.FrameGenerateReaderCSVTest > java.lang.Exception: The file format couldn't recognize!! > at org.apache.sysds.runtime.iogen.GenerateReader$GenerateReaderFrame.getReader(GenerateReader.java:114) > at org.apache.sysds.test.functions.iogen.GenerateReaderFrameTest.runGenerateReaderTest(GenerateReaderFrameTest.java:180) > ``` Thanks, @j143 - I fixed the tests and run all of them multiple times. The errors come up when I generate data with a random function; it seems some values had bad formats. -- 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]
