Skip to content

Commit

Permalink
Merge pull request #47 from ikorotkin/typos
Browse files Browse the repository at this point in the history
Fix one typo and description of conductivity in solid
  • Loading branch information
rtimms authored Oct 19, 2023
2 parents 79ecbc2 + fee5318 commit bc8382e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bpx/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Header(ExtraBaseModel):
references: str = Field(
None,
alias="References",
descrciption=("May contain any references"),
description=("May contain any references"),
example="Chang-Hui Chen et al 2020 J. Electrochem. Soc. 167 080534",
)
model: Literal["SPM", "SPMe", "DFN"] = Field(
Expand Down Expand Up @@ -249,7 +249,7 @@ class Electrode(Contact):
conductivity: float = Field(
alias="Conductivity [S.m-1]",
example=0.18,
description=("Electrolyte conductivity (constant)"),
description=("Effective electronic conductivity of the porous electrode matrix (constant)"),
)


Expand Down

0 comments on commit bc8382e

Please sign in to comment.