You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to PEP 8, python classes are supposed to be named in PascalCase. This is the convention we follow everywhere in PINT except for Parameter classes, which leads to weird-looking class names like maskParameter and floatParameter. I think we should change these to PascalCase.
This will be a breaking API change, but Parameter classes are not really meant for the end user, so it should be fine?
The text was updated successfully, but these errors were encountered:
According to PEP 8, python classes are supposed to be named in PascalCase. This is the convention we follow everywhere in PINT except for Parameter classes, which leads to weird-looking class names like
maskParameter
andfloatParameter
. I think we should change these to PascalCase.This will be a breaking API change, but Parameter classes are not really meant for the end user, so it should be fine?
The text was updated successfully, but these errors were encountered: