zlatko-minev / pyEPR

Powerful, automated analysis and design of quantum microwave chips & devices [Energy-Participation Ratio and more]
https://pyepr-docs.readthedocs.io
Other
160 stars 219 forks source link

Pandas Series append method deprecation warning in `do_EPR_analysis` #136

Closed nikosavola closed 1 year ago

nikosavola commented 2 years ago

Running eprh.do_EPR_analysis() will result in the following deprecation warning on newest Pandas versions:

pyepr\pyEPR\core_distributed_analysis.py:1307: FutureWarning: The series.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
  sol = sol.append(self.get_Qdielectric(

Refactoring should be considered