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

test commit

parent 89c1523f
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ filename = "example_kpi.h5" ...@@ -159,7 +159,7 @@ filename = "example_kpi.h5"
with pd.HDFStore(filename, "a") as hdf: with pd.HDFStore(filename, "a") as hdf:
try: try:
dataset.to_hdf(hdf, "Berechnung") dataset.to_hdf(hdf, "Berechnung")
hdf.get_storer("Berechnung").attrs.Link = "https://git.rwth-aachen.de/" hdf.get_storer("Berechnung").attrs.Link = ("https://git.rwth-aachen.de/"
"fst-tuda/projects/lehre/praktikum_digitalisierung/quality-kpi.git" "fst-tuda/projects/lehre/praktikum_digitalisierung/quality-kpi.git")
except ValueError: except ValueError:
print("Gruppe existiert bereits.") 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