Compare commits
No commits in common. "9b0daf2d06c02d2931e9f160635d54ed618d6dbb" and "45f0c11196698071fc5dc8b973fc4e0e6df5897f" have entirely different histories.
9b0daf2d06
...
45f0c11196
6
main.py
6
main.py
|
|
@ -79,9 +79,9 @@ def format_data(data):
|
||||||
"Pro": np.round(data.get("PS2", 0.0), 2),
|
"Pro": np.round(data.get("PS2", 0.0), 2),
|
||||||
"Pdilute": np.round(data.get("PS3", 0.0), 2),
|
"Pdilute": np.round(data.get("PS3", 0.0), 2),
|
||||||
"Pretentate": np.round(data.get("PS1", 0.0), 2),
|
"Pretentate": np.round(data.get("PS1", 0.0), 2),
|
||||||
"Cfeed": np.round(data.get("Conductivity_Feed", 0.0), 3),
|
"Cfeed": np.round(data.get("Conductivity_Feed", 0.0), 1),
|
||||||
"Cperm": np.round(data.get("Conductivity_Permeate", 0.0), 3),
|
"Cperm": np.round(data.get("Conductivity_Permeate", 0.0), 1),
|
||||||
"Cdilute": np.round(data.get("Conductivity_Product", 0.0), 3),
|
"Cdilute": np.round(data.get("Conductivity_Product", 0.0), 1),
|
||||||
"MV02": np.round(data.get("MV02", 0.0), 1),
|
"MV02": np.round(data.get("MV02", 0.0), 1),
|
||||||
"MV02_sp": np.round(data.get("MV02_sp", 0.0), 1),
|
"MV02_sp": np.round(data.get("MV02_sp", 0.0), 1),
|
||||||
"MV03": np.round(data.get("MV03", 0.0), 1),
|
"MV03": np.round(data.get("MV03", 0.0), 1),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user