OSeMOSYS / otoole

OSeMOSYS Tools for Energy
https://otoole.readthedocs.io
MIT License
23 stars 17 forks source link

Regression in tests caused by pandas fixed by pandas 2.1.4 #211

Closed willu47 closed 8 months ago

willu47 commented 8 months ago

Resolves the failing tests which were caused by a regression in version 2.1.0 of pandas.

Description

I ran tests for Python 3.9 and pandas v2.1.0 through v2.1.4. All tests pass for the latest version (v2.1.4) of pandas.

The version pin has been updated to force use of pandas 2.1.4 and later.

Also, a future deprecation issue was resolved.

Issue Ticket Number

Closes #194

Documentation