From 2361cd5d6b6bd93c8b2615fd21a90794457e6b7a Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Wed, 7 Aug 2019 22:43:06 +0200 Subject: [PATCH] fix bad-continuation https://travis-ci.org/fphammerle/freesurfer-volume-reader/jobs/569040653 --- tests/ashs_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ashs_test.py b/tests/ashs_test.py index 1a7d7a5..cc2a5ce 100644 --- a/tests/ashs_test.py +++ b/tests/ashs_test.py @@ -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(