Skip to content
GitLab
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
af4e8714
Commit
af4e8714
authored
Mar 29, 2021
by
Alvin Noe Ladines
Browse files
Fix performance issue with vaspparser, bug fix
parent
e1594a58
Pipeline
#97138
failed with stages
in 23 minutes and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
vasp
@
e09e3225
Compare
9258f952
...
e09e3225
Subproject commit
9258f9521823698fcdfbdf85d5665d7694fafe5e
Subproject commit
e09e3225bb1a8384f810eeb0ee8808ce29e868ab
nomad/parsing/file_parser/file_parser.py
View file @
af4e8714
...
...
@@ -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
.
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