Skip to content

Commit

Permalink
minor side fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jul 24, 2024
1 parent f2f37f2 commit 6f5ae78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ jobs:
--space IXI549Space \
--verbosity 3
cat /home/circleci/outputs
- store_artifacts:
path: /home/circleci/outputs

Expand Down
6 changes: 4 additions & 2 deletions WIP/write_model_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

from bids.modeling.statsmodels import BIDSStatsModelsGraph

root_dir = Path("/home/remi/github/cpp-lln-lab/bidspm")

graph = BIDSStatsModelsGraph(
layout=Path("/home/remi/github/cpp-lln-lab/bidspm/demos/MoAE/inputs/raw"),
model="/home/remi/github/cpp-lln-lab/bidspm/demos/openneuro/models/model-narps_desc-U26C_smdl.json",
layout=root_dir / "demos/MoAE/inputs/raw",
model=root_dir / "demos/openneuro/models/model-narps_desc-U26C_smdl.json",
)


Expand Down

0 comments on commit 6f5ae78

Please sign in to comment.