rapids/tests/settings/testing_config.yaml

23 lines
750 B
YAML
Raw Normal View History

# Participants to include in the analysis
# You must create a file for each participant named pXXX containing their device_id. This can be done manually or automatically
2020-07-27 23:54:52 +02:00
# PIDS: [test01, test02, test03, test04]
PIDS: [test01, test02, test03, test04]
2020-04-29 17:44:31 +02:00
# Global var with common day segments
DAY_SEGMENTS: &day_segments
2020-09-03 18:04:29 +02:00
TYPE: INTERVAL_EVERY_DAY # FREQUENCY_EVERY_DAY, INTERVAL_EVERY_DAY, INTERVAL_FLEXIBLE_DAY
FILE: "data/external/daysegments_interval.csv"
2020-04-29 17:44:31 +02:00
2020-07-09 19:01:50 +02:00
PHONE_VALID_SENSED_BINS:
2020-09-03 18:04:29 +02:00
DB_TABLES: [bluetooth]
BLUETOOTH:
DB_TABLE: bluetooth
2020-09-03 18:04:29 +02:00
PROVIDERS:
RAPIDS:
COMPUTE: True
FEATURES: ["countscans", "uniquedevices", "countscansmostuniquedevice"]
SRC_FOLDER: "rapids" # inside src/features/bluetooth
SRC_LANGUAGE: "r"