Skip to content

Commit

Permalink
[TEST] updating narps_open.data.description tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Oct 10, 2023
1 parent c538ed4 commit 927dd84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/data/test_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_arguments_properties():
assert description['analysis.RT_modeling'] == 'duration'
assert description['categorized_for_analysis.analysis_SW_with_version'] == 'SPM12'
assert description['derived.func_fwhm'] == '8'
assert description['comments.excluded_from_narps_analysis'] == 'no'
assert description['comments.excluded_from_narps_analysis'] == 'No'

# 4 - Check properties
assert isinstance(description.general, dict)
Expand Down Expand Up @@ -84,7 +84,7 @@ def test_arguments_properties():
assert description.analysis['RT_modeling'] == 'duration'
assert description.categorized_for_analysis['analysis_SW_with_version'] == 'SPM12'
assert description.derived['func_fwhm'] == '8'
assert description.comments['excluded_from_narps_analysis'] == 'no'
assert description.comments['excluded_from_narps_analysis'] == 'No'

# 6 - Test another team
description = TeamDescription('9Q6R')
Expand Down
2 changes: 1 addition & 1 deletion tests/test_data/data/description/test_markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Model EVs (2): eq_indiff, eq_range
* `func_fwhm` : 5
* `con_fwhm` :
## Comments
* `excluded_from_narps_analysis` : no
* `excluded_from_narps_analysis` : No
* `exclusion_comment` : N/A
* `reproducibility` :
* `reproducibility_comment` :
2 changes: 1 addition & 1 deletion tests/test_data/data/description/test_str.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"derived.excluded_participants": "018, 030, 088, 100",
"derived.func_fwhm": "5",
"derived.con_fwhm": "",
"comments.excluded_from_narps_analysis": "no",
"comments.excluded_from_narps_analysis": "No",
"comments.exclusion_comment": "N/A",
"comments.reproducibility": "",
"comments.reproducibility_comment": ""
Expand Down

0 comments on commit 927dd84

Please sign in to comment.