Skip to content

Commit a3d7071

Browse files
committed
merging changes from automated lnx commit so i can push correct path
1 parent a843146 commit a3d7071

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

code/core/gg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self, matched, intdir, obsdir):
1717
self.matched = matched
1818
self.INTDIR = intdir.rstrip('/') + '/'
1919
self.OBSDIR = obsdir.rstrip('/') + '/'
20-
self.DERIVATIVES = "derivatives/GGIR-3.2.6-test-ncp/" # Defined within the class
20+
self.DERIVATIVES = "derivatives/GGIR-3.2.6-test-ncp-sleep/" # Defined within the class
2121

2222
def run_gg(self):
2323
"""

code/utils/qc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import os
2+
import glob
23
import pandas as pd
34
from utils.pipe import Pipe
45
from utils.plots import ACT_PLOTS, create_json

0 commit comments

Comments
 (0)