We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddb35b commit dd1b293Copy full SHA for dd1b293
1 file changed
tests/test_examples/test_mpsc.py
@@ -12,7 +12,7 @@
12
@pytest.mark.parametrize('MPSC_COST', ['one_step_cost'])
13
def test_mpsc(SYS, TASK, ALGO, SAFETY_FILTER, MPSC_COST):
14
if SYS == 'cartpole' and ALGO == 'pid':
15
- pytest.skip('PID is designed for quadrotors and does not function for the carpole system.')
+ pytest.skip('PID is designed for quadrotors and does not function for the cartpole system.')
16
SYS_NAME = SYS if SYS == 'cartpole' else 'quadrotor'
17
sys.argv[1:] = ['--task', SYS_NAME,
18
'--algo', ALGO,
0 commit comments