NREL / disco

DISCO
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Upgrades module uses a deprecated function #113

Closed daniel-thom closed 2 years ago

daniel-thom commented 2 years ago

Running the upgrades module produces this deprecation warning.

disco/extensions/upgrade_simulation/upgrades/cost_computation.py:472: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.