Skip to content

Commit

Permalink
Fix nomad.yaml and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Apr 3, 2024
1 parent e5b7006 commit aa343c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ description: |
and define the ```nomad.yaml``` configuration file of your NOMAD instance in the root folder with the following content:
```yaml
plugins:
include: 'schema/nomad_simulations'
include: 'schemas/nomad_simulations'
options:
schema/nomad_simulations:
schemas/nomad_simulations:
python_package: nomad_simulations
```

Expand All @@ -80,7 +80,7 @@ You also need to add the package folder to the `PYTHONPATH` of the Python enviro
export PYTHONPATH="$PYTHONPATH:<path-to-nomad-simulations-cloned-repo>"
```

If you are working in this repository, you just need to activate the environment to start working using the ```nomad-nomad_simulations``` package.
If you are working in this repository, you just need to activate the environment to start working using the ```nomad_simulations``` package.

### Run linting and auto-formatting

Expand Down
4 changes: 2 additions & 2 deletions nomad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins:
# We only include our schema here. Without the explicit include, all plugins will be
# loaded. Many build in plugins require more dependencies. Install nomad-lab[parsing]
# to make all default plugins work.
include: 'schema/nomad_simulations'
include: 'schemas/nomad_simulations'
options:
schema/nomad_simulations:
schemas/nomad_simulations:
python_package: nomad_simulations

0 comments on commit aa343c9

Please sign in to comment.