-
Notifications
You must be signed in to change notification settings - Fork 5
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
Split TLEM 1 and 2 models #802
Conversation
f02a0e4
to
e346716
Compare
@depierie. Just a heads up. We decided to split the TLEM 1/2 model implementation. So code is not intermingled with We also plan to issue a deprecation warning when users run with TLEM 1. |
8a40760
to
8ba22c1
Compare
I have added the suggestion from @toerholm's review. All use of the This will be merged once tests pass. |
This PR aims to separate the TLEM 1 and 2 models.
A new folder
AAUHuman/LegTLEM2
will hold all TLEM 2 code where intermingled TLEM1 code will be removed.The old
LegTLEM
folder will continue to hold old code with intermingled TLEM1/2 code. Using the TLEM1 model from this folder will trigger a deprecation warning.In order to ensure the correct Git history the
LegTLEM
folder has been copied toLegTLEM_Old
, soLegTLEM2
can eventually have the unbroken history.