Skip to content

Commit

Permalink
fixed InsertReduction reference
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbino2 committed Aug 22, 2024
1 parent f2596f8 commit 155c58d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/nomad_material_processing/vapor_deposition/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,13 @@ class SubstrateHolderPosition(ArchiveSection):
slot_geometry = SubSection(
section_def=Geometry,
)
insert_reduction = SubSection(
section_def=InsertReduction,
insert_reduction = Quantity(
type=InsertReduction,
description='Optional description of insert if used.',
a_eln=ELNAnnotation(
component='ReferenceEditQuantity',
label='ThinFilmStackMbe Reference',
),
)


Expand Down

0 comments on commit 155c58d

Please sign in to comment.