Skip to content

Commit db801f1

Browse files
authored
add missing import to python unit test
1 parent 6451438 commit db801f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/gtsam/tests/test_ShonanAveraging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import unittest
1414

1515
import gtsam
16+
import numpy as np
1617
from gtsam import (
1718
BetweenFactorPose2,
1819
LevenbergMarquardtParams,

0 commit comments

Comments
 (0)