Skip to content

Commit

Permalink
schema test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaa93 committed Jan 14, 2025
1 parent b8071b1 commit 561d3c2
Show file tree
Hide file tree
Showing 3 changed files with 892 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/nomad_aa_plugin/parsers/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def parse(

# This "archive" variable is the parse function argument,
# it is the archive that will be written to the archive folder
# (not in the raw folder like those created with create_archive function in next examples)
# (not in the raw folder like those in next examples created by create_archive)
# This archive will give rise to a non editable entry.
# it's type is already EntryArchive, so we only need to define it's data section
archive.data = MyClassOne()
Expand Down
Loading

0 comments on commit 561d3c2

Please sign in to comment.