BYU-PRISM / GEKKO

GEKKO Python for Machine Learning and Dynamic Optimization
https://machinelearning.byu.edu
Other
594 stars 104 forks source link

Variable name over 25 characters #118

Closed APMonitor closed 3 years ago

APMonitor commented 3 years ago

There is an error in producing the data file when a parameter or variable is over 25 characters. More details and an example are here: https://stackoverflow.com/questions/67888991/python-gekko-value-of-parameter-changes-while-solving-the-model

The error is on line 240 of gk_write_files.py.

APMonitor commented 3 years ago

Fixed in v1.0.1 (next release): https://github.com/BYU-PRISM/GEKKO/compare/v1.0.0...HEAD