Commit Graph

627 Commits (86509207acc21bcd0b3d15adbf30fc73830ca72e)

Author SHA1 Message Date
JulioV 86509207ac Turn off warnings for tidyverse and dplyr 2020-10-23 10:41:00 -04:00
JulioV c41d24df45 Fix bug when there are no event segments for participants 2020-10-22 16:41:26 -04:00
JulioV 47adb8bc4b Add tz support to fitbit 2020-10-22 14:38:40 -04:00
JulioV cff83a7ceb Implement parse fitbit data 2020-10-22 13:08:52 -04:00
abhineethreddyk e0cd360c6d Updated testing_config.yaml files 2020-10-21 17:45:58 -04:00
abhineethreddyk 2a512a3d46 Fixed a bug in run_tests.sh and updated testing_config.yaml files 2020-10-21 17:28:52 -04:00
abhineethreddyk 042cd14c62 Updated Snakemake, run_tests.sh, raw sensor data & feature data filenames, and participant files' structure in the tests directory to make them consistent with the recent updates to RAPIDS 2020-10-21 16:46:40 -04:00
JulioV c266f6dd10 Update participant files structure and fitbit download rule 2020-10-20 19:12:01 -04:00
abhineethreddyk c835987d52 Updated application foreground and wifi's filenames in the tests directory 2020-10-20 00:07:56 -04:00
abhineethreddyk 7e24c6735b Updated tests/scripts/utils.py 2020-10-19 20:39:53 -04:00
Meng Li 8c0f6a000d Fix chunk_episodes() bugs: set segment_start_timestamp as int 2020-10-19 19:36:26 -04:00
abhineethreddyk 90f70255ae Updated light and bluetooth filenames in the tests directory 2020-10-19 18:48:15 -04:00
abhineethreddyk 70fa49edc0 Updated calls' filenames in the tests directory 2020-10-19 18:23:42 -04:00
abhineethreddyk 87b23d7848 Update Snakemake, testing_config.yaml, and messages' filenames in the tests directory 2020-10-19 17:13:10 -04:00
JulioV 24bf62a7ab Update file names 2020-10-19 15:07:12 -04:00
abhineethreddyk d32771fd9e Merge branch 'day_segments' of https://github.com/carissalow/rapids into day_segments 2020-10-13 23:25:14 -04:00
abhineethreddyk 827fd8e9b0 Added testing for applications foreground (frequency) and updated testing for applications foreground (periodic) 2020-10-13 23:24:12 -04:00
Meng Li ac9cf92732 Add accelerometer features of PANDA provider 2020-10-13 17:54:53 -04:00
Meng Li 29dcd1f284 Add accelerometer features of RAPIDS provider 2020-10-13 11:42:36 -04:00
abhineethreddyk 55c12fc83c Added testing for messages (frequency) and updated testing for messages (periodic) 2020-10-12 21:06:28 -04:00
abhineethreddyk fcb105c9dd Added testing for wifi (frequency) and updated testing for wifi (periodic) 2020-10-12 19:14:55 -04:00
abhineethreddyk dbd6fb1c3a Updated testing for light (frequency) with raw data files 2020-10-12 15:33:59 -04:00
abhineethreddyk be140221cf Added testing for light (frequency) and updated testing for light (periodic) 2020-10-12 00:32:46 -04:00
JulioV 3996e0ab17 Fix bug when episodes are empty 2020-10-09 17:00:20 -04:00
kaguillera 44fe792590 Cnfirming Travis false pass fix 2020-10-09 12:13:47 -04:00
kaguillera a7f2909645 Fix Travis false passing error 1.2 2020-10-09 11:51:36 -04:00
kaguillera 65cc3c01ac Fix Travis false passing error 1.1 2020-10-09 10:54:15 -04:00
kaguillera e8b9378a89 Trying to stop travis at first FAIL 1.0 2020-10-08 17:02:35 -04:00
kaguillera 3fb5a9e5cd Confirm proper testing 2020-10-08 15:04:33 -04:00
kaguillera 22219d3dfb Update calls testing for change from NA to zero 2020-10-08 14:54:22 -04:00
JulioV 2c7beec1da Fix NAs are now 0 in some calls and msgs features 2020-10-08 12:23:54 -04:00
Meng Li 236b1cd809 Update AR module for segments; Refactor input format 2020-10-07 18:11:06 -04:00
kaguillera 01ab59a3b6 Updated bluetooth testing & call testing for freq 2020-10-07 16:23:27 -04:00
JulioV 6b1e006b82 Refactor fused location resampling 2020-10-07 11:51:31 -04:00
JulioV c0c32d9f9e Fix bug in assign date segment when file is empty 2020-09-30 14:53:59 -04:00
kaguillera 2a752b6aa7 Minor structure changes for frequnecy testing 2020-09-30 11:57:12 -04:00
Meng Li bccc9a0697 Move deduplicate_episodes() function into chunk_episodes() function; rename "time_diff" with duration 2020-09-29 18:05:25 -04:00
JulioV 39f6e3841c Update AR episode computation 2020-09-29 17:26:43 -04:00
JulioV 10b0386c8f Merge branch 'day_segments' of https://github.com/carissalow/rapids into day_segments 2020-09-29 17:24:41 -04:00
Meng Li f1717e59e7 Update screen&battery episodes features with different segment format 2020-09-29 17:13:34 -04:00
JulioV 499b92e240 Fix missing R library 2020-09-29 15:35:44 -04:00
JulioV 0dafdd1340 Redo resample episodes in R, new battery episodes 2020-09-29 15:18:48 -04:00
JulioV a6b99259f7 Fix bug when filtering by day segment and there are no rows belonging to that segment 2020-09-28 15:53:38 -04:00
JulioV 9e15f46fc3 Update day segment format 2020-09-28 11:38:47 -04:00
kaguillera 0469f78210 Should fix travis failure 2020-09-24 17:50:37 -04:00
kaguillera 95c8a413a5 fixing run_test.sh bug 1.0 2020-09-24 17:37:07 -04:00
kaguillera f4206abc4b Updated the run_test.sh script 2020-09-24 17:19:52 -04:00
JulioV 303d1472ed Change how we compute AR episodes 2020-09-22 17:32:51 -04:00
JulioV a851a460e4 Change the way we compute battery episodes 2020-09-22 16:53:51 -04:00
Meng Li f806cb44ac Fix the bug of screen duration features for different segments 2020-09-18 20:25:29 -04:00