Skip to content

Commit

Permalink
fix: nireports modules and clear Circle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 2, 2023
1 parent 8ef1a63 commit a0410ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Expand Up @@ -360,8 +360,8 @@ jobs:
- data-v2-
- restore_cache:
keys:
- t1w-v3-{{ epoch }}
- t1w-v3-
- t1w-v4-{{ epoch }}
- t1w-v4-

- run:
name: Remove old, cached configs
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
path: /tmp/t1w/misc

- save_cache:
key: t1w-v3-{{ epoch }}
key: t1w-v4-{{ epoch }}
paths:
- /tmp/t1w/work

Expand Down Expand Up @@ -520,8 +520,8 @@ jobs:
- data-v2-
- restore_cache:
keys:
- bold-v2-{{ epoch }}
- bold-v2-
- bold-v3-{{ epoch }}
- bold-v3-

- run:
name: Remove old, cached configs
Expand Down Expand Up @@ -557,7 +557,7 @@ jobs:
path: /tmp/bold/misc

- save_cache:
key: bold-v2-{{ epoch }}
key: bold-v3-{{ epoch }}
paths:
- /tmp/bold/work

Expand Down
2 changes: 1 addition & 1 deletion mriqc/qc/anatomical.py
Expand Up @@ -459,7 +459,7 @@ def art_qi2(img, airmask, min_voxels=int(1e3), max_voxels=int(3e5), save_plot=Tr
"""

from nireports.reportlets.mriqc.utils import plot_qi2
from nireports.reportlets.nuisance import plot_qi2
from scipy.stats import chi2
from sklearn.neighbors import KernelDensity

Expand Down

0 comments on commit a0410ec

Please sign in to comment.