Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 29, 2024
1 parent c8efef2 commit f4ff188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/test_unit/test_regions/test_region_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_summarise_brain_regions_all_not_empty(
df = pd.read_csv(filename)
assert df.shape == (3, 11)
for key, value in previous_world_space_values.items():
assert np.isclose(df[key].iloc[0],value)
assert np.isclose(df[key].iloc[0], value)


def test_summarise_brain_regions_some_empty(
Expand Down

0 comments on commit f4ff188

Please sign in to comment.