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

Commit

Permalink
fix bad-continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Aug 7, 2019
1 parent fd1d0d7 commit 2361cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ashs_test.py
Expand Up @@ -84,7 +84,7 @@ def test_intracranial_volume_file_read_volume_series_single(volume_file_path, ex
data=[1234560.0, 1543200.0],
name='intercranial_volume_mm^3',
index=pandas.Index(data=['bert', 'alice'], name='subject'),
)),
)),
])
def test_intracranial_volume_file_read_volume_series_concat(volume_file_paths, expected_series):
volume_series = pandas.concat(
Expand Down

0 comments on commit 2361cd5

Please sign in to comment.