refac: remove cba.methods config option - #805
Merged
Merged
Conversation
measrainsey
marked this pull request as ready for review
July 24, 2026 09:33
tgilon
self-requested a review
July 27, 2026 11:39
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.
Closes:
cba.methodsconfig setting #585Changes proposed in this Pull Request
PR to remove the
cba.methodsconfig optionTasks
cba.methodsconfig option from config files and config validation filespixi run generate-configto make sure all config schemas are up-to-dateWorkflow
The
cba.methodsconfig option was originally created when we were implementing one CBA method (TOOT/PINT) at a time into Open-TYNDP. At the time, thecba.methodswas used to apply just TOOT and/or just PINT to all projects. However, since then, we've implemented both methodologies into the workflow and have assigned each project-planning horizon a method based on the input data. Thus,cba.methodsis no longer needed or used.Checklist
Required:
doc/release_notes.md.If applicable:
scripts/lib/validation.config/test/*.yaml.pixi run -e open-tyndp tyndp-cyears-test).[ ] For new data sources or versions, these instructions have been followed.[ ] Open-TYNDP SPDX license header is added to all touched files.[ ] Module docstrings are added to new Python scripts.[ ] New rules are documented in the appropriatedoc/*.mdfiles.[ ] Major features are documented indoc/index.md.