nastasiasnk commited on
Commit
45a2ec3
1 Parent(s): 7901797

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -80,15 +80,15 @@ else:
80
 
81
  df_dm = matrices[distanceMatrixActivityNodes][0]
82
 
83
- """
84
  matrices_dict = matrices.to_dict('index')
85
 
86
 
87
  df_dm = matrices[distanceMatrixActivityNodes]
88
-
89
- df_dm_dict = df_dm.to_dict('index')
90
 
91
 
 
 
92
 
93
 
94
  # Replace infinity with 10000 and NaN values with 0, then convert to integers
 
80
 
81
  df_dm = matrices[distanceMatrixActivityNodes][0]
82
 
83
+
84
  matrices_dict = matrices.to_dict('index')
85
 
86
 
87
  df_dm = matrices[distanceMatrixActivityNodes]
 
 
88
 
89
 
90
+ df_dm_dict = df_dm.to_dict('index')
91
+ """
92
 
93
 
94
  # Replace infinity with 10000 and NaN values with 0, then convert to integers