pystorms
pystorms copied to clipboard
Scenario Configs
Add metadata into scenario description so that users don't have to open yaml file or documentation to see the number of nodes being controlled. There are multiple ways this can be realized.
- Doc string in class?
- meta-data dict that can be read, kinda building on what I have already.
Explains the reason why we use __<var name> for defining internal variables: https://medium.com/python-features/naming-conventions-with-underscores-in-python-791251ac7097.
Add it to documentation.