Skip to content

Commit

Permalink
Changed the enum of the device architecture.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepe-Marquez committed Nov 7, 2024
1 parent 73c6112 commit 5c306f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ class LLMExtractedPerovskiteSolarCell(PublicationReference, SectionRevision, Sch
)

device_architecture = Quantity(
type=MEnum(['pin', 'nip', 'back-contacted', 'front-contacted']),
type=MEnum(['pin', 'nip', 'Back contacted', 'Front contacted']),
description='Device architecture',
a_eln=ELNAnnotation(label='Device Architecture', component='EnumEditQuantity'),
)
Expand Down

0 comments on commit 5c306f5

Please sign in to comment.