Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
nomad-FAIR
Commits
d233aceb
Commit
d233aceb
authored
4 years ago
by
Markus Scheidgen
Browse files
Options
Downloads
Plain Diff
Merge branch 'vaspparser-fix' into 'v0.10.1'
Vaspparser fix See merge request
!293
parents
a80c2fc8
3d91e56e
No related branches found
No related tags found
2 merge requests
!304
Merge for release of v0.10.1
,
!293
Vaspparser fix
Pipeline
#97442
passed
4 years ago
Stage: build
Stage: test
Stage: release
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dependencies/parsers/vasp
+1
-1
1 addition, 1 deletion
dependencies/parsers/vasp
nomad/parsing/file_parser/file_parser.py
+1
-1
1 addition, 1 deletion
nomad/parsing/file_parser/file_parser.py
with
2 additions
and
2 deletions
vasp
@
821e4cbe
Compare
9258f952
...
821e4cbe
Subproject commit
9258f9521823698fcdfbdf85d5665d7694fafe5e
Subproject commit
821e4cbe3186e400c8cb54f4b89704504c790349
This diff is collapsed.
Click to expand it.
nomad/parsing/file_parser/file_parser.py
+
1
−
1
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
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment