diff --git a/Dockerfile b/Dockerfile index 38adbb22..a714afa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,7 @@ WORKDIR /home/neuro COPY . /home/neuro/bidspm WORKDIR /home/neuro/bidspm +RUN cp -rv lib/MACS /opt/spm12/toolbox/MACS RUN pip install --no-cache-dir --upgrade pip && \ pip3 --no-cache-dir install -r requirements.txt && \ pip3 --no-cache-dir install . && \ diff --git a/bidspm.m b/bidspm.m index 3906e1d5..3853d9a0 100644 --- a/bidspm.m +++ b/bidspm.m @@ -142,6 +142,8 @@ function initBidspm(dev) dev = false; end + more off; + opt.verbosity = 2; opt.msg.color = ''; diff --git a/demos/MoAE/Makefile b/demos/MoAE/Makefile index 4905964a..5c9acc4e 100644 --- a/demos/MoAE/Makefile +++ b/demos/MoAE/Makefile @@ -43,5 +43,5 @@ octave_all: octave_roi octave_stats: moae_01_bids_app.m octave $(OCTFLAGS) --eval "run('moae_01_bids_app.m');exit;" -octave_roi: moae_03_create_roi_extract_data.m +octave_roi: moae_02_create_roi_extract_data.m octave $(OCTFLAGS) --eval "run('moae_02_create_roi_extract_data.m');exit;" diff --git a/src/batches/stats/setBatchGoodnessOfFit.m b/src/batches/stats/setBatchGoodnessOfFit.m index fc5b46f8..2beaa7f1 100644 --- a/src/batches/stats/setBatchGoodnessOfFit.m +++ b/src/batches/stats/setBatchGoodnessOfFit.m @@ -2,13 +2,13 @@ % (C) Copyright 2023 bidspm developers - if bids.internal.is_octave() - % https://github.com/cpp-lln-lab/bidspm/pull/1135#issuecomment-1722455363 - notImplemented(mfilename(), ... - 'Goodness of fit not implemented in Octave.', ... - opt); - return - end + % if bids.internal.is_octave() + % % https://github.com/cpp-lln-lab/bidspm/pull/1135#issuecomment-1722455363 + % notImplemented(mfilename(), ... + % 'Goodness of fit not implemented in Octave.', ... + % opt); + % return + % end MA_inspect_GoF.SPM_mat(1) = cfg_dep('Model estimation: SPM.mat File', ... returnDependency(opt, 'estimate'), ...