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

test

parent 47f89bbb
Branches
Tags
No related merge requests found
File added
......@@ -137,6 +137,8 @@ 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)
count = 0
# iteration over all pumps and motors
......@@ -157,5 +159,6 @@ 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"
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