Skip to content

Commit

Permalink
fixed strings
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Nov 9, 2024
1 parent 75264f9 commit 954bc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htm_dashboard/new_property_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def make_form(property_type: str):
pre_exp_label = f"D_0 ({htm.Diffusivity().units:~P})"
act_energy_label = "E_D (eV)"
elif property_type == "solubility":
pre_exp_label = f"S_0 (Sievert: {htm.Solubility(law="sievert").units:~P}, Henry: {htm.Solubility(law='henry').units:~P})"
pre_exp_label = f"S_0 (Sievert: {htm.Solubility(law='sievert').units:~P}, Henry: {htm.Solubility(law='henry').units:~P})"
act_energy_label = "E_S (eV)"
elif property_type == "permeability":
pre_exp_label = f"P_0 (Sievert: {htm.Permeability(law='sievert').units:~P}, Henry: {htm.Permeability(law='henry').units:~P})"
Expand Down

0 comments on commit 954bc43

Please sign in to comment.