Skip to content

Commit

Permalink
fix: relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Nov 9, 2024
1 parent 77fc4c7 commit 3965330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modeling/test_bayesianblocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import hepstats
from hepstats.modeling import bayesian_blocks

answer_dir = Path(hepstats.__file__).parent / "data"
answer_dir = Path(__file__).parent / "data"


def test_bayesian_blocks(cmdopt, data_gen):
Expand Down

0 comments on commit 3965330

Please sign in to comment.