Skip to content

Commit

Permalink
[MAINT] bump matlab version to test in CI and test on macOS 13 and 14 (
Browse files Browse the repository at this point in the history
…#1238)

* [FIX] update links

* bump matlab version in CI

* fix docker token

* run on macOS13

* try with token

* change user name
  • Loading branch information
Remi-Gau committed May 8, 2024
1 parent 32f476e commit 29e9d79
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
if [[ -n "${DOCKER_TOKEN}" ]]; then
# make sure we have a lowercase repo
user_name=cpplab
user_name=remigau
repo_name=$(echo "${CIRCLE_PROJECT_REPONAME}" | tr '[:upper:]' '[:lower:]')
echo "${DOCKER_TOKEN}" | docker login -u "${DOCKER_USER}" --password-stdin
Expand Down Expand Up @@ -196,8 +196,5 @@ workflows:
- DOCKER_HUB
requires:
- test
filters:
tags:
only: /.*/

# VS Code Extension Version: 1.5.1
22 changes: 13 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,34 @@ jobs:
matrix:
test_type: [system]
script: [moae, facerep, fmriprep]
os: [ubuntu-latest, macos-latest]
matlab: [R2023a]
os: [ubuntu-latest, macos-13]
matlab: [R2023b]
include:
# only run bms on ubuntu because of datalad setup
- test_type: system
os: ubuntu-latest
matlab: R2023a
matlab: R2023b
script: bms
- test_type: unit
os: ubuntu-latest
matlab: R2023a
matlab: R2023b
mode: fast
- test_type: unit
os: macos-latest
matlab: R2023a
os: macos-13
matlab: R2023b
mode: fast
- test_type: unit
os: ubuntu-latest
matlab: R2023a
matlab: R2023b
mode: slow
- test_type: unit
os: macos-latest
matlab: R2023a
os: macos-13
matlab: R2023b
mode: slow
- test_type: unit
os: macos-latest
matlab: R2023b
mode: fast
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion demos/transformers/split_by_trials.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
%
% You can find a list of the available variables transformations
% in the bids matlab doc:
% - https://bids-matlab.readthedocs.io/en/main/transformers.html
% - https://bids-matlab.readthedocs.io/en/main/variable_transformations.html
% on the variable-transforms repository
% - https://github.com/bids-standard/variable-transform
%
Expand Down
4 changes: 2 additions & 2 deletions docs/source/bids_stats_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ variables, before you put them in the design matrix.
Currently bidspm can only transform variables contained in `events.tsv` files.

It uses
[bids-matlab transformers](https://bids-matlab.readthedocs.io/en/main/transformers.html)
[bids-matlab transformers](https://bids-matlab.readthedocs.io/en/main/variable_transformations.html)
to run those transformations. Please see this bids-matlab documentation to know
how to use them and call them in your JSON.

You can find a list of the available variables transformations in the
[bids matlab doc](https://bids-matlab.readthedocs.io/en/main/transformers.html)
[bids matlab doc](https://bids-matlab.readthedocs.io/en/main/variable_transformations.html)
and on the
[variable-transforms repository](https://bids-matlab.readthedocs.io/en/main/variable_transformations.html)

Expand Down

0 comments on commit 29e9d79

Please sign in to comment.