Skip to content

Commit

Permalink
Update test_rec_system.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorenkevych authored Apr 25, 2024
1 parent 916af41 commit 6b70386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/test_tutorials/test_rec_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def test_rec_system(self) -> None:
# load environment
model = SequenceClassificationModel(100).to(device)
print("current dir", os.getcwd())
print("dirs list", os.listdir())
if os.path.exists("pearl"):
# Meta internal tests
print("pearl directory exists")
Expand Down

0 comments on commit 6b70386

Please sign in to comment.