Skip to content

Commit

Permalink
FIX: unpack best_init_rotation even if not used here.
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienGilliard committed Oct 14, 2024
1 parent 71c3576 commit 6caf2ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/evaluate_unoptimized_tree_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def evaluate_unoptimized_tree_selection(reference_diameter: float = 0.2):
best_tree,
best_target,
best_rmse,
best_init_rotation,
) = packing_combinatorics.find_best_tree_unoptimized(
element_pc,
reference_diameter=reference_diameter,
Expand Down

0 comments on commit 6caf2ae

Please sign in to comment.