Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Commit
•
0939b73
1
Parent(s):
fa181bd
Update app.py
Browse files
app.py
CHANGED
@@ -138,11 +138,10 @@ def test(input_json):
|
|
138 |
|
139 |
#if df_dm_transport is None:
|
140 |
matrix_transport = inputs['input']["transportMatrix"]
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
"""
|
146 |
#attributeMapperDict = inputs['input']["attributeMapperDict"]
|
147 |
#landuseMapperDict = inputs['input']["landuseMapperDict"]
|
148 |
|
|
|
138 |
|
139 |
#if df_dm_transport is None:
|
140 |
matrix_transport = inputs['input']["transportMatrix"]
|
141 |
+
|
142 |
+
#if df_lu_filtered is None:
|
143 |
+
landuses = inputs['input']["landuse_areas"]
|
144 |
+
|
|
|
145 |
#attributeMapperDict = inputs['input']["attributeMapperDict"]
|
146 |
#landuseMapperDict = inputs['input']["landuseMapperDict"]
|
147 |
|