-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When testing the Ubuntu 24.04 runner of GitHub Actions some of the compile tests failed on it:
1) compile
shapelessMean:
AssertionError: expected [ false ] to not include false
at <anonymous> (tests/utils.ts:15:76)
at assertArray (tests/utils.ts:8:5)
at assertArrayAllTrue (tests/utils.ts:15:42)
at Context.<anonymous> (tests/compile.spec.ts:563:5)
2) compile
compileShapelessWithBroadcast:
Error: [broadcast_shapes] Shapes (2,2,5) and (2,3,2,5) cannot be broadcast.
at Context.<anonymous> (tests/compile.spec.ts:807:13)
I'm not sure if it is a bug in JS bindings or in upstream code, but can you consider updating this repo's CI to run on Ubuntu 24.04 to help root out some possibilities?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working