Skip to content

Commit

Permalink
remove Point3 serialization test since Point3 is now just a vector
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Sep 26, 2020
1 parent ff9dc99 commit 94bb0fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions matlab/gtsam_tests/testSerialization.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
pose1ds = Pose2.string_deserialize(serialized_pose1);
CHECK('pose1ds.equals(pose1, 1e-9)', pose1ds.equals(pose1, 1e-9));

serialized_landmark1 = landmark1.string_serialize();
landmark1ds = Point2.string_deserialize(serialized_landmark1);
CHECK('landmark1ds.equals(landmark1, 1e-9)', landmark1ds.equals(landmark1, 1e-9));

%% Create and serialize Values
values = Values;
values.insert(i1, pose1);
Expand Down

0 comments on commit 94bb0fb

Please sign in to comment.