Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danilyef committed Nov 25, 2024
1 parent 2019e4c commit f828df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homework_6/tests/data/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@pytest.fixture
def dataset():
df = pd.read_parquet("pr2/data.parquet")
df = pd.read_parquet("homework_6/pr2/data.parquet")

return ge.dataset.PandasDataset(df)

Expand Down

0 comments on commit f828df9

Please sign in to comment.