Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parser-gpaw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
nomad-lab
parser-gpaw
Commits
9d957802
Commit
9d957802
authored
Feb 29, 2016
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
Options
Downloads
Patches
Plain Diff
setup_path had to be imported before nomadcore
parent
7c69c399
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
parser/parser-gpaw/parser.py
+1
-1
1 addition, 1 deletion
parser/parser-gpaw/parser.py
with
1 addition
and
1 deletion
parser/parser-gpaw/parser.py
+
1
−
1
View file @
9d957802
...
@@ -2,8 +2,8 @@ import os
...
@@ -2,8 +2,8 @@ import os
from
contextlib
import
contextmanager
from
contextlib
import
contextmanager
import
numpy
as
np
import
numpy
as
np
from
ase.data
import
chemical_symbols
from
ase.data
import
chemical_symbols
from
nomadcore.unit_conversion.unit_conversion
import
convert_unit
as
cu
import
setup_paths
import
setup_paths
from
nomadcore.unit_conversion.unit_conversion
import
convert_unit
as
cu
from
nomadcore.local_meta_info
import
loadJsonFile
,
InfoKindEl
from
nomadcore.local_meta_info
import
loadJsonFile
,
InfoKindEl
from
nomadcore.parser_backend
import
JsonParseEventsWriterBackend
from
nomadcore.parser_backend
import
JsonParseEventsWriterBackend
from
tar
import
Reader
from
tar
import
Reader
...
...
...
...
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
sign in
to comment