Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-lab-base
Commits
8cb98351
Commit
8cb98351
authored
Jul 29, 2018
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
adding forgotten patch for pymatgen warning
parent
5ecb3f1a
Pipeline
#34007
failed with stages
in 61 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
base-dockerfiles/beaker/removePymatgenWarning.patch
0 → 100644
View file @
8cb98351
--- 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.""")
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment