Skip to content

Commit

Permalink
Resolve path error
Browse files Browse the repository at this point in the history
  • Loading branch information
liuly12 committed Oct 2, 2024
1 parent 1891f47 commit df47c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def test_data_overrides(self):
/ "docs"
/ "demo"
/ "data"
/ "processed "
/ "processed"
/ "example_override_data.csv.gz"
)
input_data = pd.read_csv(data_path)
Expand Down

0 comments on commit df47c9e

Please sign in to comment.