I copied and pasted the code from https://apmonitor.com/pdc/index.php/Main/ArduinoEstimation2?action=sourceblock&num=12 and I commented out the filename='data.csv'
so that it would use the information on the apmonitor website. The graph that it is producing is very different from the one posted. I tried doing gekko(remote=True)
and also gekko(remote=false)
but it gave the same issue. I also tried clearing the cache and restarting everything but it did the same thing. Did I copy and paste something wrong? Is there an issue with the Gekko server right now?
copy and pasted code is giving weird results
82 Views Asked by Andrew T At
1
You may need to upgrade your Gekko version:
Here is the solution that I get with both
remote=False
(local computed) andremote=True
(cloud computed):