Skip to content

Commit

Permalink
Maybe importing the functions we use would be good.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed May 23, 2019
1 parent 8e4df41 commit 540d302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tedana/selection/tedpca.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import numpy as np

from tedana import utils
from tedana.selection._utils import (getelbow_cons, getelbow)
from tedana.selection._utils import (getelbow_cons, getelbow, clean_dataframe)

LGR = logging.getLogger(__name__)

Expand Down

0 comments on commit 540d302

Please sign in to comment.