Skip to content

Commit

Permalink
Skip unused variable in Pullup
Browse files Browse the repository at this point in the history
  • Loading branch information
Maumagnaguagno committed Feb 28, 2024
1 parent 91dc39d commit 6b4c7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/Pullup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def apply(operators, methods, predicates, state, tasks, goal_pos, goal_not, debu
while repeat
repeat = false
methods.map! {|name,param,*decompositions|
decompositions.select! {|_,free,precond_pos,precond_not,subtasks|
decompositions.select! {|_,_,precond_pos,precond_not,subtasks|
first_task = true
effects = Hash.new(0)
old_precond_pos_size = precond_pos.size
Expand Down

0 comments on commit 6b4c7f1

Please sign in to comment.