Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Merge a44b9e9 into ccae5b5
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 4, 2022
2 parents ccae5b5 + a44b9e9 commit a15e631
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 46 deletions.
98 changes: 53 additions & 45 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/ashs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def test_hippocampal_subfields_volume_file_init(volume_file_path, expected_attrs
],
)
def test_hippocampal_subfields_volume_file_init_invalid(volume_file_path):
with pytest.raises(Exception):
with pytest.raises(Exception): # pylint: disable=duplicate-code; freesurfer tests
HippocampalSubfieldsVolumeFile(path=volume_file_path)


Expand Down

0 comments on commit a15e631

Please sign in to comment.