Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Apr 2, 2024
1 parent d24ebed commit 415c685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license = { text = "Apache-2.0" }
requires-python = ">=3.9"
dependencies = [
"nomad-lab>=1.2.0",
'matid>=2.0.0.dev2'
"matid>=2.0.0.dev2",
]

[project.urls]
Expand All @@ -35,6 +35,7 @@ dev = [
'pytest-cov==2.7.1',
'ruff==0.1.8',
"structlog==22.3.0",
"lxml_html_clean>=0.1.0",
]

[tool.ruff]
Expand Down
4 changes: 2 additions & 2 deletions src/nomad_simulations/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ class Outputs(ArchiveSection):
)

outputs_ref = Quantity(
type=Reference(SectionProxy('BaseOutputs')),
type=Reference(SectionProxy('Outputs')),
description="""
Reference to the `BaseOutputs` section from which the output property was derived. This is only
Reference to the `Outputs` section from which the output property was derived. This is only
relevant if `is_derived` is set to True.
""",
a_eln=ELNAnnotation(component='ReferenceEditQuantity'),
Expand Down

0 comments on commit 415c685

Please sign in to comment.