Skip to content

Commit 5ca4fd8

Browse files
remove whitespace, test precommit
1 parent 0df6c23 commit 5ca4fd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/model_fc/models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ def run_model(train_ts, test_ts, n_rois, model, **kwargs):
1414
test_ts: testing timeseries
1515
n_rois: number of rois in parcellation
1616
model: model object
17-
18-
1917
"""
2018
assert train_ts.shape[1] == n_rois == test_ts.shape[1]
2119
fc_mat = np.zeros((n_rois, n_rois))

0 commit comments

Comments
 (0)