Skip to content

Commit

Permalink
fix test for new planner data type
Browse files Browse the repository at this point in the history
Signed-off-by: Tin Lai <[email protected]>
  • Loading branch information
soraxas committed Jul 28, 2021
1 parent 8f6d3e1 commit 8f69a98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/common_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ class DummySamplerClass(Sampler):
visualise_pygame_paint_init=None,
visualise_pygame_paint=None,
visualise_pygame_paint_terminate=None,
visualise_klampt_paint_init=None,
visualise_klampt_paint=None,
visualise_klampt_paint_terminate=None,
),
planner_type=DummyPlannerClass,
radius=12.0,
Expand Down

0 comments on commit 8f69a98

Please sign in to comment.