Skip to content

Commit

Permalink
fix data
Browse files Browse the repository at this point in the history
  • Loading branch information
danilyef committed Dec 17, 2024
1 parent 4a7f4b5 commit 021e0cb
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("homework_6/pr2/data.parquet")
df = pd.read_parquet("project/data.parquet")

return ge.dataset.PandasDataset(df)

Expand Down

0 comments on commit 021e0cb

Please sign in to comment.