tools and fixes

This commit is contained in:
Jan Kieseler
2024-09-10 09:06:13 +02:00
parent 1289cd6f0c
commit 85b344d134
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -1 +1,2 @@
minicalo.cpython-38-x86_64-linux-gnu.so
tmp_test*
+5
View File
@@ -398,3 +398,8 @@ def display_event(gd : GeometryDescriptor,
fig.show(renderer=renderer)
else:
fig.show()
def to_numpy(df_column):
return np.array(df_column.tolist())