Skip to content

Commit

Permalink
updates path in test
Browse files Browse the repository at this point in the history
  • Loading branch information
amymjohnson4000 committed Oct 24, 2023
1 parent bb37237 commit 0cb426c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hf_hydrodata/test_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import pandas as pd
import numpy as np

sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "../src")))
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "../../src")))

from hf_hydrodata import point # noqa

Expand Down

0 comments on commit 0cb426c

Please sign in to comment.