Skip to content
Snippets Groups Projects
Commit 8996181b authored by Himanen, Lauri (himanel1)'s avatar Himanen, Lauri (himanel1)
Browse files

Fixed CP2KOutputParser constructor signature in scalainterface.py

parent 1300817c
Branches
Tags 0.0.1
No related merge requests found
...@@ -12,7 +12,7 @@ from nomadcore.simple_parser import mainFunction ...@@ -12,7 +12,7 @@ from nomadcore.simple_parser import mainFunction
if __name__ == "__main__": if __name__ == "__main__":
# Get the outputparser class # Get the outputparser class
outputparser = CP2KOutputParser(None, None) outputparser = CP2KOutputParser(None, None, None)
# Setup the metainfos # Setup the metainfos
metaInfoPath = os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), "../../../../../nomad-meta-info/meta_info/nomad_meta_info/cp2k.nomadmetainfo.json")) metaInfoPath = os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), "../../../../../nomad-meta-info/meta_info/nomad_meta_info/cp2k.nomadmetainfo.json"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment