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
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ from nomadcore.simple_parser import mainFunction
if __name__ == "__main__":
# Get the outputparser class
outputparser = CP2KOutputParser(None, None)
outputparser = CP2KOutputParser(None, None, None)
# 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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment