Closed FrederikBornemann closed 1 month ago
This pull request addresses the importing issue described in #11
config_dir
module_dir
config_file_path
cs_fmu_mapper/config.py
Configuration Handling Improvements and Bug Fix
This pull request addresses the importing issue described in #11
Key Changes
1. Configuration Handling Overhaul
config_dir
tomodule_dir
for clarityconfig_file_path
is now independent ofmodule_dir
config_file_path
module_dir
is only necessary for modular configs (settings files)module_dir
specifies the location of component modules2. Documentation Improvements
cs_fmu_mapper/config.py
to enhance readability3. Bug Fix