Skip to content

Commit

Permalink
fix error in python unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
xsj01 committed Aug 18, 2022
1 parent 746ca78 commit c4184e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/gtsam/tests/test_HybridFactorGraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,5 @@ def test_optimize(self):
hv = hbn.optimize()
self.assertEqual(hv.atDiscrete(C(0)), 1)

self.assertEqual(hv.at(X(0)), np.ones((3, 1)))


if __name__ == "__main__":
unittest.main()

0 comments on commit c4184e1

Please sign in to comment.