nastasiasnk commited on
Commit
70abc70
·
verified ·
1 Parent(s): ff5804b

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -0
config.py CHANGED
@@ -3,6 +3,8 @@
3
 
4
  useNotionData = True
5
  useSpeckleData = True
 
 
6
  alpha = 0.0038 # probability of travelling to a destination drops to 10% after 10 min travel time
7
  threshold = 600 # sec
8
 
 
3
 
4
  useNotionData = True
5
  useSpeckleData = True
6
+
7
+ # if use Grasshopper data
8
  alpha = 0.0038 # probability of travelling to a destination drops to 10% after 10 min travel time
9
  threshold = 600 # sec
10