generate_plots: use newest dataset

This commit is contained in:
2024-11-14 13:40:55 +01:00
parent b0d6991f4a
commit 447c353844
3 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -27,7 +27,7 @@ def mkdir_p(mypath):
pass
else: raise
fileName = "data.cff"
fileName = "datav3.cff"
data = pd.read_pickle(fileName)
binList = [10, 20, 30]