Skip to content

Commit 700968c

Browse files
committed
pushing group plot logic, not yet tailored for vosslab linux
1 parent 52fa71c commit 700968c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

code/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@
2929

3030
p = Pipe(token, daysago)
3131
p.run_pipe()
32+
33+
Group().plot_person()
34+
Group().plot_session()
35+

code/utils/pipe.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
from utils.mnt import create_symlinks
33
from utils.save import Save
4-
from utils.group import Group
54
from core.gg import GG
65
import sys
76

@@ -28,8 +27,6 @@ def run_pipe(self):
2827
file.write(',\n'.join(f' "{key}": "{value}"' for key, value in matched.items()))
2928

3029
GG(matched=matched, intdir=self.INT_DIR, obsdir=self.OBS_DIR).run_gg()
31-
Group().plot_person()
32-
Group().plot_session()
3330

3431
return None
3532

0 commit comments

Comments
 (0)