From 89c1523faf92696041249e18150ceee2f0a4cd8b Mon Sep 17 00:00:00 2001
From: "manuela.richter" <manuela.richter@tu-darmstadt.de>
Date: Mon, 23 May 2022 17:51:03 +0200
Subject: [PATCH] test

---
 trial_json.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/trial_json.py b/trial_json.py
index 6dd540f..12d2669 100644
--- a/trial_json.py
+++ b/trial_json.py
@@ -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.")
-- 
GitLab