Skip to content
Snippets Groups Projects
Commit 8cb98351 authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

adding forgotten patch for pymatgen warning

parent 5ecb3f1a
No related branches found
No related tags found
No related merge requests found
Pipeline #
--- old/__init__.py 2018-02-04 23:19:17.566100000 +0100
+++ new/__init__.py 2018-02-04 23:19:55.704394000 +0100
@@ -81,7 +81,7 @@
return min(entries, key=lambda e: e.energy_per_atom).structure
-if sys.version_info < (3, 5):
- warnings.warn("""
-Pymatgen will drop Py2k support from v2019.1.1. Pls consult the documentation
-at https://www.pymatgen.org for more details.""")
\ No newline at end of file
+#if sys.version_info < (3, 5):
+# warnings.warn("""
+#Pymatgen will drop Py2k support from v2019.1.1. Pls consult the documentation
+#at https://www.pymatgen.org for more details.""")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment