Spaces:
Sleeping
Sleeping
Update config.py
Browse files
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 |
|