Skip to content

Commit

Permalink
New workflow schema
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Oct 10, 2024
1 parent c75d16e commit 01133fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ maintainers = [
]
license = { file = "LICENSE" }
dependencies = [
"nomad-lab@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git@ea0e5cbc632a514ea4d7e0bca1fab105d452f94c",
"nomad-simulations@git+https://github.com/nomad-coe/nomad-simulations.git@6a7668bcda0c074f8696eddccf326973acff41ac",
"nomad-lab@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git@6b7149a71b2999abbb2225fcb67a5acafc811806",
"nomad-simulations@git+https://github.com/nomad-coe/nomad-simulations.git@447535db40f81006ece2cea2b59b9ac7e4ac8c6f",
"python-magic-bin; sys_platform == 'win32'",
]

Expand Down
2 changes: 1 addition & 1 deletion src/nomad_parser_vasp/parsers/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ def parse(

# Workflow section
workflow = SinglePoint()
workflow.normalize(archive=archive, logger=logger)
# workflow.normalize(archive=archive, logger=logger)
archive.workflow2 = workflow

0 comments on commit 01133fb

Please sign in to comment.