Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
senselessdev1 committed Mar 23, 2024
1 parent 7c603c8 commit 08d589e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gtsfm/averaging/rotation/shonan.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
import gtsam
import numpy as np
from gtsam import (
BetweenFactorPose3,
BetweenFactorPose3s,
LevenbergMarquardtParams,
Rot3,
ShonanAveraging3,
Expand Down Expand Up @@ -121,7 +119,7 @@ def _run_with_consecutive_ordering(
Args:
num_connected_nodes: Number of unique connected nodes (i.e. images) in the graph
(<= the number of images in the dataset)
measurements: BetweenFactorPose3s created from relative rotations from 2-view estimator and the priors.
measurements: BinaryMeasurementsRot3 created from relative rotations from 2-view estimator and the priors.
Returns:
Global rotations for each **CONNECTED** camera pose, i.e. wRi, as a list. The number of entries in
Expand Down

0 comments on commit 08d589e

Please sign in to comment.