From 69237a56e06288518e84badba504bccc0e3d06f3 Mon Sep 17 00:00:00 2001 From: GarzonDiegoFEUP Date: Tue, 15 Oct 2024 17:36:01 +0100 Subject: [PATCH] fixed starCalibrationDataReference --- src/nomad_inl_base/schema_packages/star.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nomad_inl_base/schema_packages/star.py b/src/nomad_inl_base/schema_packages/star.py index 55c34c6..a5d1bf0 100644 --- a/src/nomad_inl_base/schema_packages/star.py +++ b/src/nomad_inl_base/schema_packages/star.py @@ -1072,7 +1072,7 @@ class StarSputtering(SputterDeposition, EntryData): type=bool, description="""A boolean to indicate if the experiment is a calibration.""", a_eln=ELNAnnotation( - component='BooleanEditQuantity', + component='BoolEditQuantity', label='Calibration experiment', ), )