dnv-opensource / component-model

Python package to build component models as FMUs following DNV-RP-0513
MIT License
2 stars 2 forks source link

Ambiguous naming of the range input parameter in the Variable class #11

Open THEvang opened 1 week ago

THEvang commented 1 week ago

The range input parameter in the Variable class is shortened to rng which in many situations is short for random number generator. I would advise writing out the full name of this variable to range to avoid confusion.