We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed8633 commit c25fab0Copy full SHA for c25fab0
code/utils/group.py
@@ -2,7 +2,7 @@
2
import pandas as pd
3
import plotly.graph_objects as go
4
import logging
5
-from main import Pipe
+from pipe import Pipe
6
7
# Set up logging
8
logging.basicConfig(level=logging.INFO)
code/utils/qc.py
@@ -1,6 +1,6 @@
1
import os
from utils.plots import ACT_PLOTS, create_json
0 commit comments