Puneet Saini
04/09/2025, 1:32 PMif "parameters" in key
in the code for omegaconf_config.py
. Imagine a scenario where we are trying to load some common parameters using common
patterns and country
parameters using country
patterns in settings.py. In that case we can actually do country_parameters
or common_parameters
and it would still work as expected. Need your thoughtsDmitry Sorokin
04/09/2025, 2:52 PMparameters
section that includes both paths?Puneet Saini
04/09/2025, 5:14 PM