Skip to content

Commit c4a0a10

Browse files
committed
light linting
1 parent bca8880 commit c4a0a10

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

mpcontribs-lux/mpcontribs/lux/projects/alab/schemas/experiments.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@ class Experiment(BaseModel, extra="forbid"):
4747
target_formula: str | None = Field(
4848
default=None,
4949
description=(
50-
"The formula used internally to determine precursor weights. "
51-
"May differ from the true intended formula (global_formula) due to experimental "
52-
"constraints (e.g. oxygen mass balancing corrections, excess "
53-
"alkali for battery materials). Not always a chemically meaningful "
50+
"The formula used internally to determine precursor weights."
51+
"May differ from the true intended formula (global_formula) due to experimental"
52+
"constraints (e.g. oxygen mass balancing corrections, excess"
53+
"alkali for battery materials). Not always a chemically meaningful"
5454
"representation of what was attempted."
5555
),
5656
)
5757

5858
global_formula: str | None = Field(
5959
default=None,
6060
description=(
61-
"The canonical formula for the target material, independent of per-run precursor adjustments. "
61+
"The canonical formula for the target material, independent of per-run precursor adjustments."
6262
"Represents what the experiment was ultimately trying to synthesize."
6363
),
6464
)
@@ -75,7 +75,7 @@ class Experiment(BaseModel, extra="forbid"):
7575

7676
precursor_powders: list[str] | None = Field(
7777
default=None,
78-
description="List of precursor powder names used in the experiment"
78+
description="List of precursor powder names used in the experiment",
7979
)
8080

8181
# === Heating fields (prefix: heating_) ===

0 commit comments

Comments
 (0)