Skip to content

Commit

Permalink
Changed edit quantity for coefficient
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusnasstrom committed Dec 10, 2024
1 parent c03087f commit 91521d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perovskite_solar_cell_database/composition.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ class PerovskiteIonComponent(SystemComponent, PerovskiteIonSection):
coefficient = Quantity(
type=str,
description='The stoichiometric coefficient',
a_eln=ELNAnnotation(component=ELNComponentEnum.NumberEditQuantity),
a_eln=ELNAnnotation(component=ELNComponentEnum.StringEditQuantity),
shape=[],
)
system = Quantity(
Expand Down

0 comments on commit 91521d5

Please sign in to comment.