Skip to content

Commit

Permalink
fix path on param test
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Dec 13, 2024
1 parent ba65ec6 commit 5fb89ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eazy/tests/test_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ def data_path():
"""
Data path
"""
# path = os.path.join(os.path.dirname(__file__), '../data/')
return utils.DATA_PATH
path = os.path.join(os.path.dirname(__file__), '../data/')
return os.path.join(path)


def test_param_file():
Expand Down

0 comments on commit 5fb89ab

Please sign in to comment.