We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
similar to default_config
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: