From 085b1b4dfb41077ffd7ce480a376a732e55f90ff Mon Sep 17 00:00:00 2001 From: JosePizarro3 Date: Thu, 23 May 2024 13:21:02 +0200 Subject: [PATCH] Fix nomad.yaml --- nomad.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/nomad.yaml b/nomad.yaml index 72737f3..2c64878 100644 --- a/nomad.yaml +++ b/nomad.yaml @@ -8,12 +8,6 @@ plugins: # to make all default plugins work. include: - 'parsers/magres' - - 'runschema' - - 'simulationworkflowschema' options: parsers/magres: - python_package: nomad_parser_magres - runschema: - python_package: runschema - simulationworkflowschema: - python_package: simulationworkflowschema \ No newline at end of file + python_package: nomad_parser_magres \ No newline at end of file