Delete android from fitbit test pid

pull/131/head
JulioV 2021-04-20 17:28:06 -04:00
parent 1fa9481933
commit 17f520d5e6
6 changed files with 16 additions and 14 deletions

View File

@ -1,9 +1,9 @@
PHONE:
DEVICE_IDS: [android]
PLATFORMS: [android]
LABEL: android
START_DATE: 2020-03-06
END_DATE: 2020-11-03
DEVICE_IDS:
PLATFORMS:
LABEL:
START_DATE:
END_DATE:
FITBIT:
DEVICE_IDS: [fitbit]
LABEL: fitbit

View File

@ -3,6 +3,8 @@ beforeMarchEvent,1583625600000,22H,3H,-1,android
beforeNovemberEvent,1604185200000,22H,3H,-1,android
beforeMarchEvent,1583625600000,22H,3H,-1,ios
beforeNovemberEvent,1604185200000,22H,3H,-1,ios
beforeMarchEvent,1583625600000,22H,3H,-1,fitbit
beforeNovemberEvent,1604185200000,22H,3H,-1,fitbit
beforeMarchEvent,1583625600000,22H,3H,-1,empatica
beforeNovemberEvent,1604185200000,22H,3H,-1,empatica
beforeMarchEvent,1583625600000,22H,3H,-1,empty

1 label event_timestamp length shift shift_direction device_id
3 beforeNovemberEvent 1604185200000 22H 3H -1 android
4 beforeMarchEvent 1583625600000 22H 3H -1 ios
5 beforeNovemberEvent 1604185200000 22H 3H -1 ios
6 beforeMarchEvent 1583625600000 22H 3H -1 fitbit
7 beforeNovemberEvent 1604185200000 22H 3H -1 fitbit
8 beforeMarchEvent 1583625600000 22H 3H -1 empatica
9 beforeNovemberEvent 1604185200000 22H 3H -1 empatica
10 beforeMarchEvent 1583625600000 22H 3H -1 empty

View File

@ -64,22 +64,22 @@ if { [ "$TYPE" == 'all' ]; }
then
TYPE="stz_frequency"
run_pipeline
python tests/scripts/run_tests.py stz_frequency
python tests/scripts/run_tests.py stz_frequency || exit
TYPE="mtz_frequency"
run_pipeline
python tests/scripts/run_tests.py mtz_frequency
python tests/scripts/run_tests.py mtz_frequency || exit
TYPE="stz_periodic"
run_pipeline
python tests/scripts/run_tests.py stz_periodic
python tests/scripts/run_tests.py stz_periodic || exit
TYPE="mtz_periodic"
run_pipeline
python tests/scripts/run_tests.py mtz_periodic
python tests/scripts/run_tests.py mtz_periodic || exit
TYPE="stz_event"
run_pipeline
python tests/scripts/run_tests.py stz_event
python tests/scripts/run_tests.py stz_event || exit
TYPE="mtz_event"
run_pipeline
python tests/scripts/run_tests.py mtz_event
python tests/scripts/run_tests.py mtz_event || exit
else
if { [ "$ACTION" != 'test' ] && [ "$ACTION" != 'run' ] && [ "$ACTION" != 'both' ]; }
then

View File

@ -38,7 +38,7 @@ TIMEZONE:
DEFAULT_TZCODE: America/New_York
FITBIT:
ALLOW_MULTIPLE_TZ_PER_DEVICE: True
INFER_FROM_SMARTPHONE_TZ: True
INFER_FROM_SMARTPHONE_TZ: False
########################################################################################################################
# PHONE #

View File

@ -38,7 +38,7 @@ TIMEZONE:
DEFAULT_TZCODE: America/New_York
FITBIT:
ALLOW_MULTIPLE_TZ_PER_DEVICE: True
INFER_FROM_SMARTPHONE_TZ: True
INFER_FROM_SMARTPHONE_TZ: False
########################################################################################################################
# PHONE #

View File

@ -38,7 +38,7 @@ TIMEZONE:
DEFAULT_TZCODE: America/New_York
FITBIT:
ALLOW_MULTIPLE_TZ_PER_DEVICE: True
INFER_FROM_SMARTPHONE_TZ: True
INFER_FROM_SMARTPHONE_TZ: False
########################################################################################################################
# PHONE #