Skip to content

Commit 557a2a5

Browse files
reduce stirring pid since some users saw whiplashing
1 parent 20e1395 commit 557a2a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

workspace/scripts/06-install-pioreactor.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ if [ "$LEADER" == "1" ]; then
107107
sudo pip3 install -U pip setuptools wheel
108108

109109
if [ "$PIO_VERSION" == "develop" ]; then
110+
sudo apt-get install -y python3-numpy
110111
sudo pip3 install \
111112
--find-links "$TMP_WHEELS" \
112113
"pioreactor[leader_worker] @ git+https://github.com/pioreactor/pioreactor.git@develop#egg=pioreactor&subdirectory=core" \

workspace/scripts/files/pioreactor/config.example.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Ki=0.0
9191
Kd=4.6
9292

9393
[stirring.pid]
94-
Kp=0.007
94+
Kp=0.005
9595
Ki=0.0
9696
Kd=0.0
9797

0 commit comments

Comments
 (0)