Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -132,13 +132,12 @@ def test(input_json):
|
|
132 |
|
133 |
|
134 |
# Accessing input data from Grasshopper
|
135 |
-
|
136 |
|
137 |
-
if df_dm is None:
|
138 |
-
|
139 |
|
140 |
-
if df_dm_transport is None:
|
141 |
-
|
142 |
|
143 |
"""
|
144 |
if df_lu_filtered is None:
|
|
|
132 |
|
133 |
|
134 |
# Accessing input data from Grasshopper
|
|
|
135 |
|
136 |
+
#if df_dm is None:
|
137 |
+
matrix = inputs['input']["matrix"]
|
138 |
|
139 |
+
#if df_dm_transport is None:
|
140 |
+
matrix_transport = inputs['input']["transportMatrix"]
|
141 |
|
142 |
"""
|
143 |
if df_lu_filtered is None:
|