Skip to content

fix: preserve initialization parameters in debug state when run params are not supplied #293

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Amnah199
Copy link
Contributor

@Amnah199 Amnah199 commented May 4, 2025

Related Issues

Proposed Changes:

Added functionality to preserve initialization parameters in debug state. When parameters are defined in component initialization but null in the run method, we now automatically restore the original init values in the saved pipeline state for improved debugging.

@Amnah199 Amnah199 requested a review from a team as a code owner May 4, 2025 17:45
@Amnah199 Amnah199 requested review from vblagoje and removed request for a team May 4, 2025 17:45
@coveralls
Copy link

coveralls commented May 4, 2025

Pull Request Test Coverage Report for Build 14825442706

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 72 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.6%) to 66.619%

Files with Coverage Reduction New Missed Lines %
core/pipeline/pipeline.py 72 60.94%
Totals Coverage Status
Change from base Build 14815851650: -0.6%
Covered Lines: 936
Relevant Lines: 1405

💛 - Coveralls

@Amnah199 Amnah199 requested review from davidsbatista and removed request for vblagoje May 4, 2025 17:52
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.

bug: init Parameters Not Stored in Pipeline State Files
2 participants