Skip to content
Snippets Groups Projects
Commit 31ca2e00 authored by Lauri Himanen's avatar Lauri Himanen
Browse files

Added regtests folder.

parent c718e95a
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 3 deletions
This is the main repository of the [NOMAD](http://nomad-lab.eu) parser for
This is the main repository of the [NOMAD](https://www.nomad-coe.eu/) parser for
[CP2K](https://www.cp2k.org/).
# Example
......
......@@ -13,5 +13,5 @@ if __name__ == "__main__":
# Initialise the parser with the main filename and a JSON backend
main_file = sys.argv[1]
parser = CP2KParser(main_file, backend=JsonParseEventsWriterBackend)
parser.parse()
parser = CP2KParser(backend=JsonParseEventsWriterBackend)
parser.parse(main_file)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment