-
Notifications
You must be signed in to change notification settings - Fork 8
[com1] Add cfg override folder / expert configuration #1230
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
base: master
Are you sure you want to change the base?
Conversation
❌ 1 blocking issue (5 total)
@qltysh one-click actions:
|
|
Coverage Impact ⬇️ Merging this pull request will decrease total coverage on Modified Components (1)
Modified Files with Diff Coverage (10)
🤖 Increase coverage with AI coding...🚦 See full report on Qlty Cloud » 🛟 Help
|
…verride` keyword argument - Updated all `cfgUtils.getModuleConfig` calls to use the explicit `fileOverride` parameter
… calls - Updated all instances of `cfgUtils.getModuleConfig` to include the `avalancheDir` parameter
…NotInOverride` functions along with associated tests
…o` parameters from `getModuleConfig` calls - Cleaned up calls to `cfgUtils.getModuleConfig` by removing redundant `fileOverride` and `modInfo` arguments across multiple scripts and modules. - Addressed AW comments
- Adjusted logic to exclude all modules under the `com1DFA` package using `startswith("avaframe.com1DFA")` instead of an exact match
c67d2d3 to
22e34cb
Compare
…plify config handling - Removed `checkCfgInfoType` from `com1DFATools.py` and related calls across `com1DFA` modules. - Replaced redundant type checks with direct handling of `cfgInfo` as `ConfigParser`, `Path`, or string. - Extennd `getModuleConfig to support `batchCfgDir` for directory-based batch processing. - Updated related tests
…imulation calls - Replaced redundant `fileOverride` usage in test configurations with direct `cfg` handling. - Updated multiple test scripts to streamline `com1DFAMain` calls - Adjusted hybrid module to directly modify config values, removing `ConfigUpdater` dependency.

No description provided.