Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzuo committed Sep 3, 2024
1 parent 714b93e commit b7d5694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planetarium/oracles/rover_single.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def _inflate_rover_single(
constants,
[pred for pred in predicates if pred["scene"] == graph.Scene.INIT],
[pred for pred in predicates if pred["scene"] == graph.Scene.GOAL],
domain="rover",
domain="rover-single",
requirements=scene._requirements,
)
else:
Expand Down

0 comments on commit b7d5694

Please sign in to comment.