Skip to content

Commit

Permalink
Solve AttributeError
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschoeppach committed Dec 2, 2024
1 parent 2f4b3fb commit afa09e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nomad_uibk_plugin/schema_packages/sputtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class Target(PVDSource, EntryData):
composition = Quantity(
type=ElementalComposition,
description='Composition of the target as stated by the manufacturer',
a_eln=ELNAnnotation(component=ELNComponentEnum.element),
#a_eln=ELNAnnotation(component=ELNComponentEnum.element),
repeatable=True,
)
thickness_total = Quantity(
Expand Down

0 comments on commit afa09e0

Please sign in to comment.