nastasiasnk commited on
Commit
fa181bd
·
verified ·
1 Parent(s): ea91bd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
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
- df_dm = inputs['input']["matrix"]
139
 
140
- if df_dm_transport is None:
141
- df_dm_transport = inputs['input']["transportMatrix"]
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: