more options

This commit is contained in:
Jan Kieseler
2024-09-10 09:09:10 +02:00
parent 85b344d134
commit 1361621655
+2 -2
View File
@@ -401,5 +401,5 @@ def display_event(gd : GeometryDescriptor,
def to_numpy(df_column):
return np.array(df_column.tolist())
def to_numpy(df_column, dtype=None):
return np.array(df_column.tolist(), dtype=dtype)