nastasiasnk commited on
Commit
f836d27
1 Parent(s): 5e6d982

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -100,7 +100,7 @@ def test(input_json):
100
 
101
 
102
 
103
-
104
  # List containing the substrings to check against
105
  tranportModes = ["DRT", "GMT", "HSR"]
106
 
@@ -118,7 +118,7 @@ def test(input_json):
118
 
119
  df_art_matrix = pd.DataFrame(art).T
120
  df_art_matrix = df_art_matrix.round(0).astype(int)
121
-
122
 
123
  # create a mask based on the matrix size and ids, crop activity nodes to the mask
124
  mask_connected = df_matrix.index.tolist()
@@ -294,8 +294,7 @@ def test(input_json):
294
  "livability_dictionary": livability_dictionary,
295
  "subdomainsWeights_dictionary": LivabilitySubdomainsInputs_dictionary,
296
  "luDomainMapper": landuseMapperDict,
297
- "attributeMapper": attributeMapperDict,
298
- "artMatrix":art
299
  }
300
 
301
 
 
100
 
101
 
102
 
103
+ """
104
  # List containing the substrings to check against
105
  tranportModes = ["DRT", "GMT", "HSR"]
106
 
 
118
 
119
  df_art_matrix = pd.DataFrame(art).T
120
  df_art_matrix = df_art_matrix.round(0).astype(int)
121
+ """
122
 
123
  # create a mask based on the matrix size and ids, crop activity nodes to the mask
124
  mask_connected = df_matrix.index.tolist()
 
294
  "livability_dictionary": livability_dictionary,
295
  "subdomainsWeights_dictionary": LivabilitySubdomainsInputs_dictionary,
296
  "luDomainMapper": landuseMapperDict,
297
+ "attributeMapper": attributeMapperDict
 
298
  }
299
 
300