-
Notifications
You must be signed in to change notification settings - Fork 22
fix: apply init values after reduce #896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Oops yeah #882 is the source of breakage |
GB-25 tests pass |
I believe this PR broke the CI job Julia 1.10 - core - ubuntu-24.04 - PJRT - assertions=true:
|
|
I don't know, but the merge commit on |
Lets revert and check once |
This reverts commit 44910bf.
For the record, it turned out that this PR also broke precompilation of the GB-25 environment (when the precompilation workload is run) on hydra (independently confirmed also by @jumerckx): PRONTOLab/GB-25#40 (comment). This is now fixed on |
the breakage in GB was likely from #892. Testing in PRONTOLab/GB-25#50