Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Apr 5, 2024
1 parent 2e4107f commit bf61c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_hawk.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def test_content(response):


def test_causal_analysis():
df_train = pd.read_csv("analysis/demo/Ticino_train.csv", header=0)
df_test = pd.read_csv("analysis/demo/Ticino_test.csv", header=0)
df_train = pd.read_csv("hawk/analysis/demo/Ticino_train.csv", header=0)
df_test = pd.read_csv("hawk/analysis/demo/Ticino_test.csv", header=0)
target_column_name = "target"
pcmci_test_choice = "ParCorr"
pcmci_max_lag = 0
Expand Down

0 comments on commit bf61c77

Please sign in to comment.