diff options
Diffstat (limited to '')
-rw-r--r-- | System/Tests/errorTestScript.py (renamed from System/pendulum/errorTestScript.py) | 2 | ||||
-rw-r--r-- | System/Tests/homework8.ipynb (renamed from System/pendulum/homework8.ipynb) | 0 | ||||
-rw-r--r-- | System/Tests/swingUp.py (renamed from System/pendulum/swingUp.py) | 0 | ||||
-rw-r--r-- | System/Tests/system_swingup_test.py (renamed from System/pendulum/system_swingup_test.py) | 0 | ||||
-rw-r--r-- | System/Tests/system_swingup_test_2.py (renamed from System/pendulum/system_swingup_test_2.py) | 0 |
5 files changed, 1 insertions, 1 deletions
diff --git a/System/pendulum/errorTestScript.py b/System/Tests/errorTestScript.py index cb029d5..5f9312f 100644 --- a/System/pendulum/errorTestScript.py +++ b/System/Tests/errorTestScript.py @@ -9,7 +9,7 @@ from sys import exit sys = System(angular_units = 'Radians') -for x in range(0,10: +for x in range(0,10): angle, linear = sys.measure() print("Angle: " + str(angle) + ", Linear: " + str(linear)) sys.add_results(linear, angle, angle) diff --git a/System/pendulum/homework8.ipynb b/System/Tests/homework8.ipynb index a9c28c9..a9c28c9 100644 --- a/System/pendulum/homework8.ipynb +++ b/System/Tests/homework8.ipynb diff --git a/System/pendulum/swingUp.py b/System/Tests/swingUp.py index fb5d4c0..fb5d4c0 100644 --- a/System/pendulum/swingUp.py +++ b/System/Tests/swingUp.py diff --git a/System/pendulum/system_swingup_test.py b/System/Tests/system_swingup_test.py index e13c7ca..e13c7ca 100644 --- a/System/pendulum/system_swingup_test.py +++ b/System/Tests/system_swingup_test.py diff --git a/System/pendulum/system_swingup_test_2.py b/System/Tests/system_swingup_test_2.py index fc02ed6..fc02ed6 100644 --- a/System/pendulum/system_swingup_test_2.py +++ b/System/Tests/system_swingup_test_2.py |