This is for the new_dev branch.
- code is not modular enough
- code is nested
- tests are missing
- for tests create simulated data of a car driving on an oval path for a a number of laps
- create tests before changing the code
The updated code should allow sorting and ordering data according to any tub parameter. It should also enable passing a transformation, such as using abs() or clamp(), to create the behavioural variables that are fed to the model. Corresponding tests should be added by extending existing test cases.
This is for the new_dev branch.
The updated code should allow sorting and ordering data according to any tub parameter. It should also enable passing a transformation, such as using abs() or clamp(), to create the behavioural variables that are fed to the model. Corresponding tests should be added by extending existing test cases.