Skip to content

Commit 52fa71c

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

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

code/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from utils.save import Save
33
from utils.group import Group
44
from core.gg import GG
5-
from pipe import Pipe
5+
from utils.pipe import Pipe
66
import sys
77

88

code/utils/group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import pandas as pd
33
import plotly.graph_objects as go
44
import logging
5-
from pipe import Pipe
5+
from utils.pipe import Pipe
66

77
# Set up logging
88
logging.basicConfig(level=logging.INFO)
File renamed without changes.

code/utils/qc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22
import pandas as pd
3-
from pipe import Pipe
3+
from utils.pipe import Pipe
44
from utils.plots import ACT_PLOTS, create_json
55

66

0 commit comments

Comments
 (0)