We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
epra.analyze_all_variations
On latest pandas versions, calling epra.analyze_all_variations results in the following warnings:
c:\pyepr\pyEPR\core_quantum_analysis.py:712: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version. Convert to a numpy array before indexing instead. result['Q_coupling'] = self.Qm_coupling[variation][self.Qm_coupling[variation].columns[junctions]][modes]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On latest pandas versions, calling
epra.analyze_all_variations
results in the following warnings:The text was updated successfully, but these errors were encountered: