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 f828df9 commit 2e6afb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homework_6/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ transformers==4.44.1
pytest==8.3.0
torch==2.2.1
great-expectations==0.15.25

pyarrow==17.0.0
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("pr2/data.parquet")

return ge.dataset.PandasDataset(df)

Expand Down

0 comments on commit 2e6afb0

Please sign in to comment.