Umrechnung alpha, Näherungslösung GHA 1

This commit is contained in:
2026-01-11 13:14:43 +01:00
parent 797afdfd6f
commit 4d5b6fcc3e
6 changed files with 205 additions and 71 deletions

View File

@@ -16,7 +16,7 @@ def get_random_examples(num):
:param num:
:return:
"""
random.seed(42)
# random.seed(42)
with open("Karney_2024_Testset.txt") as datei:
lines = datei.readlines()
examples = []