Skip to content

Commit 899d45a

Browse files
committed
calling plot activity and tmb plots from SPplotting
1 parent a386738 commit 899d45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SigProfilerAssignment/decompose_subroutines.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# from numpy import linalg as LA
2222
import sigProfilerPlotting as plot
2323
from SigProfilerExtractor import PlotDecomposition as sp
24-
from SigProfilerPlotting import plotActivity as plot_ac
25-
from SigProfilerPlotting import tmbplot as tmb
24+
from sigProfilerPlotting import plotActivity as plot_ac
25+
from sigProfilerPlotting import tmbplot as tmb
2626
import string
2727
import PyPDF2
2828
import scipy

0 commit comments

Comments
 (0)