Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Commit
•
821b607
1
Parent(s):
a4cf13e
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ CLIENT.authenticate_with_token(token=speckleToken)
|
|
113 |
|
114 |
streamDistanceMatrices = speckle_utils.getSpeckleStream(streamId,branch_name_dm,CLIENT, commit_id_dm)
|
115 |
matrices = fetchDistanceMatrices (streamDistanceMatrices)
|
116 |
-
df_dm =
|
117 |
dm_dictionary = df_dm.to_dict('index')
|
118 |
|
119 |
"""
|
|
|
113 |
|
114 |
streamDistanceMatrices = speckle_utils.getSpeckleStream(streamId,branch_name_dm,CLIENT, commit_id_dm)
|
115 |
matrices = fetchDistanceMatrices (streamDistanceMatrices)
|
116 |
+
df_dm = matrices[dm_activityNodes]
|
117 |
dm_dictionary = df_dm.to_dict('index')
|
118 |
|
119 |
"""
|