Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed May 16, 2024
1 parent 3a7889b commit 88edabf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fmripost_aroma/tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Utility functions for tests."""

import os
from pathlib import Path


Expand All @@ -10,4 +9,4 @@ def get_test_data_path():
Test-related data are kept in tests folder in "data".
Based on function by Yaroslav Halchenko used in Neurosynth Python package.
"""
return Path(__file__).resolve().parent.parent.parent.parent / 'tests' / 'data')
return Path(__file__).resolve().parent.parent.parent.parent / 'tests' / 'data'

0 comments on commit 88edabf

Please sign in to comment.