Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
python-common
Commits
c1aca042
Commit
c1aca042
authored
Oct 06, 2020
by
Alvin Noe Ladines
Browse files
Fixes to make new gromacs work
parent
afdd0937
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/python/nomadcore/md_data_access/MDDataAccess.py
View file @
c1aca042
...
...
@@ -21,7 +21,7 @@ import warnings
with
warnings
.
catch_warnings
(
record
=
True
)
as
w
:
warnings
.
simplefilter
(
"always"
)
import
MDAnalysis
as
mda
assert
str
(
w
[
-
1
].
message
)
#
assert str(w[-1].message)
import
MDAnalysis.core.universe
as
mda_u
import
MDAnalysis.coordinates
as
mda_c
import
panedr
...
...
Write
Preview
Supports
Markdown
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