Install the full base runtime for the PokeFlex Bayesian workflow - #514
Closed
FlorianPfaff wants to merge 1 commit into
Closed
Install the full base runtime for the PokeFlex Bayesian workflow#514FlorianPfaff wants to merge 1 commit into
FlorianPfaff wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Second pre-science failure
Actions run
33750591069passed the exact reviewed SHA, installed the isolated NumPy runtime, and validated the world-readable PokeFlex root. The PokeFlex CLI then failed during package initialization becausecausal4d_public.__init__imports a Deform360 base module that requires SciPy. The failure occurred before any PokeFlex record was opened.Fix
Install the complete pinned Causal4D base dependency set needed by package initialization into the isolated runner target:
numpy==2.2.6scipy==1.13.1packaging==23.0SciPy 1.13.1 is already recorded in the repository's established Python 3.10 GPU environment and is compatible with the selected system Python and NumPy pin. The workflow verifies all three versions before dataset access.
No scientific code, data roster, posterior, comparator, metric, prefix/suffix boundary, or target authorization changes. The existing workflow-path dispatcher will start the repaired exact-SHA run after merge.