Skip to content

Commit

Permalink
yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
tsilver-bdai committed Jul 17, 2023
1 parent 8b2e9c3 commit 2d94392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/approaches/test_oracle_approach.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
_PDDL_ENV_MODULE_PATH = predicators.envs.pddl_env.__name__

ENV_NAME_AND_CLS = [
("cover", CoverEnv), ("cover_typed_options", CoverEnvTypedOptions),
("cover", CoverEnv),
("cover_typed_options", CoverEnvTypedOptions),
("cover_place_hard", CoverEnvPlaceHard),
("cover_hierarchical_types", CoverEnvHierarchicalTypes),
("cover_regrasp", CoverEnvRegrasp),
Expand Down

0 comments on commit 2d94392

Please sign in to comment.