From 3e30e26ac05833821ff2068a3ebc670568497aec Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 5 Sep 2018 17:16:55 +0200 Subject: [PATCH] Move into tests folder There it can stay and be used on modern code. Contributes to issue CURA-5561. --- 50_inst_per_sec.py => tests/50_inst_per_sec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename 50_inst_per_sec.py => tests/50_inst_per_sec.py (99%) diff --git a/50_inst_per_sec.py b/tests/50_inst_per_sec.py similarity index 99% rename from 50_inst_per_sec.py rename to tests/50_inst_per_sec.py index a877430114..58787a4849 100644 --- a/50_inst_per_sec.py +++ b/tests/50_inst_per_sec.py @@ -12,7 +12,7 @@ from typing import Dict, List, Optional, Tuple # ==================================== # Constants and Default Values # ==================================== -DEFAULT_BUFFER_FILLING_RATE_IN_C_PER_S = 50.0 # The buffer filling rate in #commands/ms +DEFAULT_BUFFER_FILLING_RATE_IN_C_PER_S = 50.0 # The buffer filling rate in #commands/s DEFAULT_BUFFER_SIZE = 15 # The buffer size in #commands MINIMUM_PLANNER_SPEED = 0.05