-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
[WIP] Optional unit rewriting #1252
Commits on Sep 6, 2021
-
Experiment with having unit rewriting alongside original unit checking.
Lucas Morton committedSep 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 91429e5 - Browse repository at this point
Copy the full SHA 91429e5View commit details -
Fix bug in conditional validation.
Lucas Morton committedSep 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 9dd1904 - Browse repository at this point
Copy the full SHA 9dd1904View commit details -
Need to use Constants so that
get_unit
will work correctly after re……write (although that should be avoided anyway b/c the rewrite will post the top-level unit and `get_unit` can just check for this first now). It is also helpful for debugging/comprehension to see the conversion factors with units.
Lucas Morton committedSep 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 191cbac - Browse repository at this point
Copy the full SHA 191cbacView commit details -
Dropping trig functions b/c even though I could handle them now, `get…
…_unit` still won't validate them correctly.
Lucas Morton committedSep 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 246c9f3 - Browse repository at this point
Copy the full SHA 246c9f3View commit details -
Added debug flag to rewrite_units.
Lucas Morton committedSep 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 3cb883c - Browse repository at this point
Copy the full SHA 3cb883cView commit details -
Remembered I need to handle roots.
Lucas Morton committedSep 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 2dc5b92 - Browse repository at this point
Copy the full SHA 2dc5b92View commit details -
We might save a bunch of work by short-circuiting here: just see if t…
…he units work out correctly on their own.
Lucas Morton committedSep 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 1198ece - Browse repository at this point
Copy the full SHA 1198eceView commit details -
Lucas Morton committed
Sep 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 3c36e78 - Browse repository at this point
Copy the full SHA 3c36e78View commit details -
Lucas Morton committed
Sep 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 31faede - Browse repository at this point
Copy the full SHA 31faedeView commit details -
Should be able to skip this too, now that we're using safe_get_unit u…
…p front.
Lucas Morton committedSep 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 2d8ed11 - Browse repository at this point
Copy the full SHA 2d8ed11View commit details -
Lucas Morton committed
Sep 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 6e134a2 - Browse repository at this point
Copy the full SHA 6e134a2View commit details