3-class strength GP + joint_hamming_matern production kernel #70
Annotations
7 errors, 1 warning, and 1 notice
|
Run Playwright tests
Process completed with exit code 1.
|
|
Run Playwright tests:
test/e2e/preview-curve.spec.ts#L28
2) [desktop] › test/e2e/preview-curve.spec.ts:19:7 › preview curve composition sync › displayPreviewComp matches currentComposition after Material Source toggle
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expected two toggle buttons
expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 3
26 |
27 | const toggleButtons = page.locator(".material-source-group .toggle-btn");
> 28 | expect(await toggleButtons.count(), "expected two toggle buttons").toBe(2);
| ^
29 |
30 | for (const idx of [1, 0, 1]) {
31 | await toggleButtons.nth(idx).click();
at /home/runner/work/SustainableConcrete/SustainableConcrete/test/e2e/preview-curve.spec.ts:28:72
|
|
Run Playwright tests:
test/e2e/preview-curve.spec.ts#L28
2) [desktop] › test/e2e/preview-curve.spec.ts:19:7 › preview curve composition sync › displayPreviewComp matches currentComposition after Material Source toggle
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expected two toggle buttons
expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 3
26 |
27 | const toggleButtons = page.locator(".material-source-group .toggle-btn");
> 28 | expect(await toggleButtons.count(), "expected two toggle buttons").toBe(2);
| ^
29 |
30 | for (const idx of [1, 0, 1]) {
31 | await toggleButtons.nth(idx).click();
at /home/runner/work/SustainableConcrete/SustainableConcrete/test/e2e/preview-curve.spec.ts:28:72
|
|
Run Playwright tests:
test/e2e/preview-curve.spec.ts#L28
2) [desktop] › test/e2e/preview-curve.spec.ts:19:7 › preview curve composition sync › displayPreviewComp matches currentComposition after Material Source toggle
Error: expected two toggle buttons
expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 3
26 |
27 | const toggleButtons = page.locator(".material-source-group .toggle-btn");
> 28 | expect(await toggleButtons.count(), "expected two toggle buttons").toBe(2);
| ^
29 |
30 | for (const idx of [1, 0, 1]) {
31 | await toggleButtons.nth(idx).click();
at /home/runner/work/SustainableConcrete/SustainableConcrete/test/e2e/preview-curve.spec.ts:28:72
|
|
Run Playwright tests:
test/e2e/lengthscale-identifiability.spec.ts#L71
1) [desktop] › test/e2e/lengthscale-identifiability.spec.ts:31:5 › served strength.json has identifiable lengthscales for every feature
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: matern_specific: expected 17 lengthscales, got 16
expect(received).toBeTruthy()
Received: false
69 | ls.length === names.length,
70 | `${key}: expected ${names.length} lengthscales, got ${ls.length}`,
> 71 | ).toBeTruthy();
| ^
72 |
73 | const violations: string[] = [];
74 | // Number of raw dims for this subkernel (matern_blind drops the
at /home/runner/work/SustainableConcrete/SustainableConcrete/test/e2e/lengthscale-identifiability.spec.ts:71:7
|
|
Run Playwright tests:
test/e2e/lengthscale-identifiability.spec.ts#L71
1) [desktop] › test/e2e/lengthscale-identifiability.spec.ts:31:5 › served strength.json has identifiable lengthscales for every feature
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: matern_specific: expected 17 lengthscales, got 16
expect(received).toBeTruthy()
Received: false
69 | ls.length === names.length,
70 | `${key}: expected ${names.length} lengthscales, got ${ls.length}`,
> 71 | ).toBeTruthy();
| ^
72 |
73 | const violations: string[] = [];
74 | // Number of raw dims for this subkernel (matern_blind drops the
at /home/runner/work/SustainableConcrete/SustainableConcrete/test/e2e/lengthscale-identifiability.spec.ts:71:7
|
|
Run Playwright tests:
test/e2e/lengthscale-identifiability.spec.ts#L71
1) [desktop] › test/e2e/lengthscale-identifiability.spec.ts:31:5 › served strength.json has identifiable lengthscales for every feature
Error: matern_specific: expected 17 lengthscales, got 16
expect(received).toBeTruthy()
Received: false
69 | ls.length === names.length,
70 | `${key}: expected ${names.length} lengthscales, got ${ls.length}`,
> 71 | ).toBeTruthy();
| ^
72 |
73 | const violations: string[] = [];
74 | // Number of raw dims for this subkernel (matern_blind drops the
at /home/runner/work/SustainableConcrete/SustainableConcrete/test/e2e/lengthscale-identifiability.spec.ts:71:7
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run Playwright tests
2 failed
[desktop] › test/e2e/lengthscale-identifiability.spec.ts:31:5 › served strength.json has identifiable lengthscales for every feature
[desktop] › test/e2e/preview-curve.spec.ts:19:7 › preview curve composition sync › displayPreviewComp matches currentComposition after Material Source toggle
26 skipped
35 passed (1.6m)
|
background
wait
wait-all
cancel
parallel
Loading