We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e1395 commit 557a2a5Copy full SHA for 557a2a5
workspace/scripts/06-install-pioreactor.sh
@@ -107,6 +107,7 @@ if [ "$LEADER" == "1" ]; then
107
sudo pip3 install -U pip setuptools wheel
108
109
if [ "$PIO_VERSION" == "develop" ]; then
110
+ sudo apt-get install -y python3-numpy
111
sudo pip3 install \
112
--find-links "$TMP_WHEELS" \
113
"pioreactor[leader_worker] @ git+https://github.com/pioreactor/pioreactor.git@develop#egg=pioreactor&subdirectory=core" \
workspace/scripts/files/pioreactor/config.example.ini
@@ -91,7 +91,7 @@ Ki=0.0
91
Kd=4.6
92
93
[stirring.pid]
94
-Kp=0.007
+Kp=0.005
95
Ki=0.0
96
Kd=0.0
97
0 commit comments