Skip to content

Commit 89a3faa

Browse files
committed
indentation )
1 parent 74a05b3 commit 89a3faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def test_dual_boot(self):
154154
'brain_computational_model': model_names,
155155
'measurement_model': measurement_model},
156156
dissimilarity_measure='Euclidean'
157-
)
157+
)
158158
model_names = [matlab_data[0][i][0][0] for i in range(n_models)]
159159
matlab_data = io.matlab.loadmat(
160160
os.path.join(path, '..', 'demos',

0 commit comments

Comments
 (0)