adamgreenhall / minpower

power systems tools made beautiful
adamgreenhall.github.io/minpower
71 stars 33 forks source link

`TypeError: read_csv() got an unexpected keyword argument 'squeeze''` #27

Open glarange opened 5 months ago

glarange commented 5 months ago

Hi Adam,

When running the test case minpower ~/Documents/uc, I get an

TypeError: read_csv() got an unexpected keyword argument 'squeeze''

Which I think is covered here, should be a quick fix:

https://stackoverflow.com/questions/76684141/why-am-i-getting-an-error-when-using-squeeze-keyword-in-read-csv

I also got same error when attempting to run the mycommitment example.

Thanks, Gui