FSEC-Photovoltaics / pvrpm-lcoe

PV Simulation using SAM and Python
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

FutureWarning from pandas #48

Closed blthayer closed 2 years ago

blthayer commented 2 years ago

The following warning is emitted when generating results:

...pvrpm/core/simulation.py:467: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.             
  summary_results = summary_results.append(stats_append)                                                                                                                                                                                                            

I'm using pandas version 1.4.1.

brandons209 commented 2 years ago

Fixed in a098c23e4f051e1a9f7099464984b2ec3331c258