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
nomad-FAIR
Commits
d233aceb
Commit
d233aceb
authored
Mar 30, 2021
by
Markus Scheidgen
Browse files
Merge branch 'vaspparser-fix' into 'v0.10.1'
Vaspparser fix See merge request
!293
parents
a80c2fc8
3d91e56e
Pipeline
#97442
passed with stages
in 18 minutes and 24 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
vasp
@
821e4cbe
Compare
9258f952
...
821e4cbe
Subproject commit
9258f9521823698fcdfbdf85d5665d7694fafe5e
Subproject commit
821e4cbe3186e400c8cb54f4b89704504c790349
nomad/parsing/file_parser/file_parser.py
View file @
d233aceb
...
...
@@ -47,7 +47,7 @@ class FileParser:
self
.
_results
:
Dict
[
str
,
Any
]
=
None
# a key is necessary for xml parsers, where parsing is done dynamically
self
.
_key
:
str
=
None
self
.
_kwargs
:
Dict
[
str
,
Any
]
=
None
self
.
_kwargs
:
Dict
[
str
,
Any
]
=
dict
()
self
.
_file_handler
:
Any
=
None
def
init_parameters
(
self
):
...
...
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