Skip to content
Snippets Groups Projects
Commit 89c1523f authored by Richter, Manuela's avatar Richter, Manuela
Browse files

test

parent aeb02041
Branches
Tags
No related merge requests found
......@@ -137,7 +137,7 @@ eta_motor_2 = list(findkeys(data["Motors"][1], "Efficiency"))[0]
eta_pumpe_1 = list(findkeys(data["Pumps"][0], "Efficiency"))[0]
eta_pumpe_2 = list(findkeys(data["Pumps"][1], "Efficiency"))[0]
print(eta_motor_1,eta_motor_2)
print(eta_motor_1, eta_motor_2)
count = 0
......@@ -159,6 +159,7 @@ filename = "example_kpi.h5"
with pd.HDFStore(filename, "a") as hdf:
try:
dataset.to_hdf(hdf, "Berechnung")
hdf.get_storer("Berechnung").attrs.Link = "https://git.rwth-aachen.de/fst-tuda/projects/lehre/praktikum_digitalisierung/quality-kpi.git"
hdf.get_storer("Berechnung").attrs.Link = "https://git.rwth-aachen.de/"
"fst-tuda/projects/lehre/praktikum_digitalisierung/quality-kpi.git"
except ValueError:
print("Gruppe existiert bereits.")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment