EthanJamesLew / AutoKoopman

AutoKoopman - automated Koopman operator methods for data-driven dynamical systems analysis and control.
GNU General Public License v3.0
53 stars 10 forks source link

Unable to Run Benchmarks #36

Closed EthanJamesLew closed 1 year ago

EthanJamesLew commented 1 year ago

Summary

I would like some help running the benchmarks on my side so I can troubleshoot issues. I am particularly confused by

from glop import Glop

as I cannot find any library that has such an object (I think it's a linear program solver?)

@Abdu-Hekal may you please provide some instructions here?

EthanJamesLew commented 1 year ago

Of course, I figure it out right after filing an issue :) add benchmarks to PYTHONPATH. I still think a small writeup would be nice since that wasn't obvious to me.

Abdu-Hekal commented 1 year ago

Yes! sorry about that

EthanJamesLew commented 1 year ago

Closing