WIP: matrix and vector implementation #942
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 errors and 1 notice
[chromium] › test_generated_code.spec.mjs:348:1 › Numpy function rewrite fix:
tests/test_generated_code.spec.mjs#L358
1) [chromium] › test_generated_code.spec.mjs:348:1 › Numpy function rewrite fix, sympy #25514 ────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -13,9 +13,9 @@
-------
float
Return value is unitless.
"""
- result = (numpy.cos(x)**(-1.0))**2
+ result = numpy.cos(x)**(-1.0)**2
return result
↵
356 | let content = await page.locator('code').textContent();
357 |
> 358 | expect(content).toBe(`import numpy
| ^
359 |
360 | def y(x):
361 | """
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_generated_code.spec.mjs:358:19
|
[chromium] › test_generated_code.spec.mjs:348:1 › Numpy function rewrite fix:
tests/test_generated_code.spec.mjs#L358
1) [chromium] › test_generated_code.spec.mjs:348:1 › Numpy function rewrite fix, sympy #25514 ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -13,9 +13,9 @@
-------
float
Return value is unitless.
"""
- result = (numpy.cos(x)**(-1.0))**2
+ result = numpy.cos(x)**(-1.0)**2
return result
↵
356 | let content = await page.locator('code').textContent();
357 |
> 358 | expect(content).toBe(`import numpy
| ^
359 |
360 | def y(x):
361 | """
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_generated_code.spec.mjs:358:19
|
[chromium] › test_generated_code.spec.mjs:348:1 › Numpy function rewrite fix:
tests/test_generated_code.spec.mjs#L358
1) [chromium] › test_generated_code.spec.mjs:348:1 › Numpy function rewrite fix, sympy #25514 ────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -13,9 +13,9 @@
-------
float
Return value is unitless.
"""
- result = (numpy.cos(x)**(-1.0))**2
+ result = numpy.cos(x)**(-1.0)**2
return result
↵
356 | let content = await page.locator('code').textContent();
357 |
> 358 | expect(content).toBe(`import numpy
| ^
359 |
360 | def y(x):
361 | """
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_generated_code.spec.mjs:358:19
|
[firefox] › test_generated_code.spec.mjs:348:1 › Numpy function rewrite fix:
tests/test_generated_code.spec.mjs#L358
2) [firefox] › test_generated_code.spec.mjs:348:1 › Numpy function rewrite fix, sympy #25514 ─────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -13,9 +13,9 @@
-------
float
Return value is unitless.
"""
- result = (numpy.cos(x)**(-1.0))**2
+ result = numpy.cos(x)**(-1.0)**2
return result
↵
356 | let content = await page.locator('code').textContent();
357 |
> 358 | expect(content).toBe(`import numpy
| ^
359 |
360 | def y(x):
361 | """
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_generated_code.spec.mjs:358:19
|
[firefox] › test_generated_code.spec.mjs:348:1 › Numpy function rewrite fix:
tests/test_generated_code.spec.mjs#L358
2) [firefox] › test_generated_code.spec.mjs:348:1 › Numpy function rewrite fix, sympy #25514 ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -13,9 +13,9 @@
-------
float
Return value is unitless.
"""
- result = (numpy.cos(x)**(-1.0))**2
+ result = numpy.cos(x)**(-1.0)**2
return result
↵
356 | let content = await page.locator('code').textContent();
357 |
> 358 | expect(content).toBe(`import numpy
| ^
359 |
360 | def y(x):
361 | """
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_generated_code.spec.mjs:358:19
|
[firefox] › test_generated_code.spec.mjs:348:1 › Numpy function rewrite fix:
tests/test_generated_code.spec.mjs#L358
2) [firefox] › test_generated_code.spec.mjs:348:1 › Numpy function rewrite fix, sympy #25514 ─────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
@@ -13,9 +13,9 @@
-------
float
Return value is unitless.
"""
- result = (numpy.cos(x)**(-1.0))**2
+ result = numpy.cos(x)**(-1.0)**2
return result
↵
356 | let content = await page.locator('code').textContent();
357 |
> 358 | expect(content).toBe(`import numpy
| ^
359 |
360 | def y(x):
361 | """
at /home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_generated_code.spec.mjs:358:19
|
[firefox] › test_file_save_open.spec.mjs:137:1 › Test opening file with results and syntax error:
tests/test_file_save_open.spec.mjs#L146
3) [firefox] › test_file_save_open.spec.mjs:137:1 › Test opening file with results and syntax error
Error: elementHandle.setInputFiles: Target closed
144 | const path = "tests/test_sheet_parsing_error.epxyz";
145 | page.on('filechooser', async (fileChooser) => {
> 146 | await fileChooser.setFiles(path);
| ^
147 | });
148 | await page.locator('#open-sheet').click();
149 |
at Page.<anonymous> (/home/runner/work/EngineeringPaper.xyz/EngineeringPaper.xyz/tests/test_file_save_open.spec.mjs:146:5)
|
test
Process completed with exit code 1.
|
🎭 Playwright Run Summary
2 failed
[chromium] › test_generated_code.spec.mjs:348:1 › Numpy function rewrite fix, sympy #25514 ─────
[firefox] › test_generated_code.spec.mjs:348:1 › Numpy function rewrite fix, sympy #25514 ──────
1 flaky
[firefox] › test_file_save_open.spec.mjs:137:1 › Test opening file with results and syntax error
7 skipped
352 passed (20.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots
Expired
|
15.9 MB |
|
test-results
Expired
|
5.33 MB |
|