aboutsummaryrefslogtreecommitdiffstats
path: root/System/Tests
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-02-18 13:41:58 -0600
committerMatt Strapp <matt@mattstrapp.net>2022-02-18 13:41:58 -0600
commit4a05620653bddfd087fc631f402d82baee352d3e (patch)
tree625650ec085a807fcff04937e1abd92128794e28 /System/Tests
parentUpdate submodules, again (diff)
downloadee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar.gz
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar.bz2
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar.lz
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar.xz
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar.zst
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.zip
Add requirements, force tests in specific dir
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
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