fzoepffel commented on PR #1983:
URL: https://github.com/apache/systemds/pull/1983#issuecomment-1903694078

   > Clicking into the test runs you can see what fails in the cloud.
   > 
   > It seems lie the IFFT fails.
   > 
   > ```
   > Error:  Failures: 
   > Error:  
org.apache.sysds.test.component.matrix.FourierTestLarge.testIfft2dWithGeneratedData
   > Error:    Run 1: 
FourierTestLarge.testIfft2dWithGeneratedData:1513->assertComplexEquals:1191 
Mismatch at [0][0] - Mismatch in real part. Expected: 2.810273443180434, 
Actual: 0.7025683607951085
   > Error:    Run 2: 
FourierTestLarge.testIfft2dWithGeneratedData:1513->assertComplexEquals:1191 
Mismatch at [0][0] - Mismatch in real part. Expected: 2.810273443180434, 
Actual: 0.7025683607951085
   > Error:    Run 3: 
FourierTestLarge.testIfft2dWithGeneratedData:1513->assertComplexEquals:1191 
Mismatch at [0][0] - Mismatch in real part. Expected: 2.810273443180434, 
Actual: 0.7025683607951085
   > [INFO] 
   > Error:  
org.apache.sysds.test.component.matrix.FourierTestLarge.testIfftWithComplexNumpyData
   > Error:    Run 1: 
FourierTestLarge.testIfftWithComplexNumpyData:1159->validateComplexIFftResults:1170->assertEquals:1184
 Mismatch in real part at index 0 in line 1 - Expected: 0.5554009454874607, 
Actual: 0.6517737991465031
   > Error:    Run 2: 
FourierTestLarge.testIfftWithComplexNumpyData:1159->validateComplexIFftResults:1170->assertEquals:1184
 Mismatch in real part at index 0 in line 1 - Expected: 0.5554009454874607, 
Actual: 0.6517737991465031
   > Error:    Run 3: 
FourierTestLarge.testIfftWithComplexNumpyData:1159->validateComplexIFftResults:1170->assertEquals:1184
 Mismatch in real part at index 0 in line 1 - Expected: 0.5554009454874607, 
Actual: 0.6517737991465031
   > [INFO] 
   > Error:  
org.apache.sysds.test.component.matrix.FourierTestLarge.testIfftWithRealNumpyData
   > Error:    Run 1: 
FourierTestLarge.testIfftWithRealNumpyData:729->validateFftResults:386->assertEquals:1184
 Mismatch in real part at index 0 in line 1 - Expected: 0.5613143313659362, 
Actual: 0.2806571656829681
   > Error:    Run 2: 
FourierTestLarge.testIfftWithRealNumpyData:729->validateFftResults:386->assertEquals:1184
 Mismatch in real part at index 0 in line 1 - Expected: 0.5613143313659362, 
Actual: 0.2806571656829681
   > Error:    Run 3: 
FourierTestLarge.testIfftWithRealNumpyData:729->validateFftResults:386->assertEquals:1184
 Mismatch in real part at index 0 in line 1 - Expected: 0.5613143313659362, 
Actual: 0.2806571656829681
   > ```
   
   The tests have to be adjusted again. currently there is a problem with the 
data. The tests will be adjusted to use the Java Python interface to compare 
with the numpy data directly


-- 
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: dev-unsubscr...@systemds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to