Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jul 23, 2024
1 parent 6bf00d4 commit f8612be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- allow inter session contrasts to be computed at the subject level
- improve naming of contrast to mention bids ses and run

* [ENH] add Bayesian model selection to the python CLI #1292 @Remi-Gau

### Changed


* [ENH] align specification of F contrasts on the BIDS stats model: they should now be specified as a 2D matrix and not a 1D vector. #1276 @Remi-Gau
* [DOC] change theme and structure of the documentation #1256 @Remi-Gau
* [REF] Refactor and update CLI in #1096 @Remi-Gau
* [ENH] {func}`getData` only loads anat data when requested #1257 @Remi-Gau
* [ENH] the python CLI now uses sub-commands instead of the named parameter `--action` #1292 @Remi-Gau

### Deprecated

Expand Down
1 change: 1 addition & 0 deletions src/bidspm/bidspm.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def default_model(
participant_label=participant_label,
skip_validation=skip_validation,
bids_filter_file=bids_filter_file,
fwhm=None,
)
cmd = end_cmd(cmd)

Expand Down
2 changes: 2 additions & 0 deletions tests/test_bidspm.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ def test_generate_command_default_model(analysis_level):
]
)

assert "fwhm" not in cmd

print()
print(cmd)

Expand Down

0 comments on commit f8612be

Please sign in to comment.