Skip to content

Commit 6b73258

Browse files
committed
...
2 parents e1f9be6 + 980cb43 commit 6b73258

File tree

10 files changed

+126013
-7
lines changed

10 files changed

+126013
-7
lines changed

code/core/acc_new.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ main <- function() {
101101
windowsizes = c(5, 900, 3600),
102102

103103
# ==== Part 2: Non-wear detection ====
104-
ignorenonwear = TRUE,
104+
ignorenonwear = FALSE,
105105

106106
# ==== Part 3: Sleep detection ====
107107
# Uncomment the below if using external sleep log:

code/core/gg.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ def __init__(self, matched, intdir, obsdir):
1717
self.matched = matched
1818
self.INTDIR = intdir.rstrip('/') + '/'
1919
self.OBSDIR = obsdir.rstrip('/') + '/'
20+
<<<<<<< HEAD
2021
self.DERIVATIVES = "derivatives/GGIR-3.2.6-test/" # Defined within the class
22+
=======
23+
self.DERIVATIVES = "derivatives/GGIR-3.2.6-test-ncp/" # Defined within the class
24+
>>>>>>> 980cb432186a05579a47e1f97a030b68b7e1c741
2125

2226
def run_gg(self):
2327
"""

code/logs/log.txt

Lines changed: 125992 additions & 0 deletions
Large diffs are not rendered by default.

code/plots/group/avg_plot_all.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

code/plots/group/avg_plot_ses-1.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

code/plots/group/avg_plot_ses-2.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

code/plots/group/avg_plot_ses-3.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

code/plots/group/avg_plot_ses-4.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

code/plots/group/avg_plot_ses-5.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

cron.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ conda activate act
88

99
# Move to project home dir
1010
cd "$(dirname "$0")"
11+
# grab any new code changes, otherwise skip
12+
git pull --ff-only origin main
1113

1214
# run pipe
1315
cd code && python main.py 1 "DE4E2DB72778DACA9B8848574107D2F5"
16+
17+
#move back to home dir
18+
cd ..
19+
20+
# commit and push made changes
21+
git add .
22+
git commit -m "automated commit by vosslab linux"
23+
git push

0 commit comments

Comments
 (0)