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
this is another refactor that will help in the situation that the spec changes in the future. for example, accessing the units member of an attributes is generally done by accessing the second member of a list (e.g., power: ["float", "GWe"]). a generic unit access method could simply return the second member and we can add specific unit accessers as needed.
The text was updated successfully, but these errors were encountered:
this is another refactor that will help in the situation that the spec changes in the future. for example, accessing the units member of an attributes is generally done by accessing the second member of a list (e.g., power: ["float", "GWe"]). a generic unit access method could simply return the second member and we can add specific unit accessers as needed.
The text was updated successfully, but these errors were encountered: