Closed nikosavola closed 1 year ago
Great, thank you!
There is a conflict
<<<<<<< 136-pandas-series-append-deprecation
if self.pinfo.dissipative['resistive_surfaces']:
if self.pinfo.dissipative['resistive_surfaces'] == 'all':
sol = pd.concat([sol, self.get_Qsurface_all(mode, variation, self.U_E)])
=======
if self.pinfo.dissipative['dielectric_surfaces']:
if self.pinfo.dissipative['dielectric_surfaces'] == 'all':
sol = sol.append(
self.get_Qsurface_all(mode, variation, self.U_E))
>>>>>>> master
Could you resolve?
Thank you!
This resolves the following warnings emerging during EPR analysis
Closes #136