Skip to content

Conversation

@hmgaudecker
Copy link
Member

No description provided.

hmgaudecker and others added 4 commits February 10, 2026 13:16
…eatment of dynamic IrregSpacedGrids, in particular ShockGrids.
Three bugs in _partial_fixed_params_into_regimes:
1. internal_functions.regime_transition_probs was not updated alongside
   the top-level attribute, causing simulation to use un-partialled
   functions for regime transitions.
2. regime_transition_probs was partialled with ALL regime fixed params,
   but it only accepts a subset — breaking inspect.signature used by
   dags.concatenate_functions in to_dataframe.
3. to_dataframe additional_targets built DAGs from raw functions that
   still expected fixed params no longer present in runtime params.

Fixes: update internal_functions, filter kwargs per function signature,
store resolved_fixed_params on InternalRegime for target computation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant