tools and fixes
This commit is contained in:
+2
-1
@@ -1 +1,2 @@
|
|||||||
minicalo.cpython-38-x86_64-linux-gnu.so
|
minicalo.cpython-38-x86_64-linux-gnu.so
|
||||||
|
tmp_test*
|
||||||
+6
-1
@@ -397,4 +397,9 @@ def display_event(gd : GeometryDescriptor,
|
|||||||
if renderer is not None:
|
if renderer is not None:
|
||||||
fig.show(renderer=renderer)
|
fig.show(renderer=renderer)
|
||||||
else:
|
else:
|
||||||
fig.show()
|
fig.show()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
def to_numpy(df_column):
|
||||||
|
return np.array(df_column.tolist())
|
||||||
Reference in New Issue
Block a user