Open jacob-mannhardt opened 2 months ago
In our current approach, we have to fill every attributes.json file with all parameters, most of which we probably never touch.
Can we simplfiy this, following our paradigm that we should only provide those values that we actually want to touch?
I see two options:
The issue are the units but we can circumvent that by skipping that specific parameter of that specific tech/carrier in the unit consistency tests.
I think in general it should be possible to derive default default values
similar to default_config
In our current approach, we have to fill every attributes.json file with all parameters, most of which we probably never touch.
Can we simplfiy this, following our paradigm that we should only provide those values that we actually want to touch?
I see two options:
The issue are the units but we can circumvent that by skipping that specific parameter of that specific tech/carrier in the unit consistency tests.
I think in general it should be possible to derive default default values