Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Account for case when units are already Unitful
If `attributes["units"]` is not a string, we cannot `uparse` it. This happens all the times we return a new `OutputVar` from one we have already processed. This commit adds a check that accounts for this case too. In this case, we just have to return the value.
- Loading branch information