Skip to content

Commit

Permalink
'Refactored by Sourcery'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcery AI committed Dec 17, 2022
1 parent cce6495 commit 7ce73b3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,18 @@ def bidsmreye_eyetrack():
output_location = Path().resolve()
output_location = output_location.joinpath("tests", "data", "bidsmreye")

confounds_tsv = output_location.joinpath(
return output_location.joinpath(
"sub-01",
"func",
"sub-01_task-nback_space-MNI152NLin2009cAsym_desc-bidsmreye_eyetrack.tsv",
)

return confounds_tsv


def create_basic_data():
data = {
return {
"eye1_x_coordinate": np.random.randn(400),
"eye1_y_coordinate": np.random.randn(400),
}
return data


def create_data_with_outliers():
Expand Down

0 comments on commit 7ce73b3

Please sign in to comment.