Skip to content

Diagnostics output objects#1745

Draft
dangunter wants to merge 13 commits intoIDAES:mainfrom
dangunter:diagnostics-output-objects-1744
Draft

Diagnostics output objects#1745
dangunter wants to merge 13 commits intoIDAES:mainfrom
dangunter:diagnostics-output-objects-1744

Conversation

@dangunter
Copy link
Member

Fixes #1744

Changes proposed in this PR:

  • While preserving existing output..
  • Provide Pydantic model objects for all operations
  • Add a 'history' option that can record past input/result pairs so the iterative process can be better tracked

Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the license terms described in the LICENSE.txt file at the top level of this directory.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

@dangunter dangunter self-assigned this Mar 7, 2026
@dangunter dangunter marked this pull request as draft March 7, 2026 16:21
@codecov
Copy link

codecov bot commented Mar 7, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 73.84%. Comparing base (3b76abc) to head (77b858f).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
idaes/core/util/model_diagnostics.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1745      +/-   ##
==========================================
- Coverage   73.85%   73.84%   -0.02%     
==========================================
  Files         406      406              
  Lines       66081    66081              
  Branches    11110    11110              
==========================================
- Hits        48803    48795       -8     
- Misses      14741    14745       +4     
- Partials     2537     2541       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Natively produce data structures from diagnostics toolkit

1 participant