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 72ee1ac commit 916af41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_tutorials/test_rec_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def test_rec_system(self) -> None:
model.load_state_dict(
# Note: in the tutorial the directory "pearl" must be replaced by "Pearl"
torch.load(
os.path.join("model_dir", "env_model_state_dict.pt"),
os.path.join(model_dir, "env_model_state_dict.pt"),
weights_only=True,
)
)
Expand Down

0 comments on commit 916af41

Please sign in to comment.