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

test commit

parent 89c1523f
Branches
Tags
No related merge requests found
......@@ -159,7 +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