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 the config file, variable definitions jump around from being snake case to camel case and it is a little awkward
For example, see the definition of geographic scope and crossborder trade
# Spatial Parameters geographic_scope: - 'IND' crossborderTrade: True
na
I would switch everything to be in snakecase, to match python guidlines. But if yaml has its own standards we should probably follow those!
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Idea
In the config file, variable definitions jump around from being snake case to camel case and it is a little awkward
For example, see the definition of geographic scope and crossborder trade
Is your feature related to a bug?
na
Suggested Soltuion
I would switch everything to be in snakecase, to match python guidlines. But if yaml has its own standards we should probably follow those!
Additional Info
No response
The text was updated successfully, but these errors were encountered: