-
Notifications
You must be signed in to change notification settings - Fork 5
Add NullUnitConv class #96
New issue
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
Conversation
pytac/units.py
Outdated
| """Doesn't convert between engineering and physics units. | ||
|
|
||
| Maintains the same syntax as the other UnitConv classes for | ||
| compatability, but does not perform any conversion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
compatibility
pytac/units.py
Outdated
|
|
||
|
|
||
| class NullUnitConv(UnitConv): | ||
| """Returns inupt value without performing any conversions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
input
pytac/units.py
Outdated
| """Doesn't convert between physics and engineering units. | ||
|
|
||
| Maintains the same syntax as the other UnitConv classes for | ||
| compatability, but does not perform any conversion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
compatibility
|
There are a couple of typos but otherwise this is fine. |
|
Fixed the typos, this should be ready to merge now. |
No description provided.