@@ -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