Public Member Functions | |
def | setUp (self) |
def | test_default (self) |
def | test_factor_points (self) |
def | test_swapped_axes (self) |
def | test_width_height (self) |
Public Member Functions inherited from gtsam.utils.test_case.GtsamTestCase | |
None | assertEqualityOnPickleRoundtrip (self, object obj, tol=1e-9) |
def | gtsamAssertEquals (self, actual, expected, tol=1e-9) |
Public Attributes | |
graph | |
values | |
Tests for saving NonlinearFactorGraph to GraphViz format.
Definition at line 19 of file test_GraphvizFormatting.py.
def test_GraphvizFormatting.TestGraphvizFormatting.setUp | ( | self | ) |
Definition at line 22 of file test_GraphvizFormatting.py.
def test_GraphvizFormatting.TestGraphvizFormatting.test_default | ( | self | ) |
Test with default GraphvizFormatting
Definition at line 36 of file test_GraphvizFormatting.py.
def test_GraphvizFormatting.TestGraphvizFormatting.test_factor_points | ( | self | ) |
Test with user-defined GraphvizFormatting without factor points
Definition at line 84 of file test_GraphvizFormatting.py.
def test_GraphvizFormatting.TestGraphvizFormatting.test_swapped_axes | ( | self | ) |
Test with user-defined GraphvizFormatting swapping x and y
Definition at line 58 of file test_GraphvizFormatting.py.
def test_GraphvizFormatting.TestGraphvizFormatting.test_width_height | ( | self | ) |
Test with user-defined GraphvizFormatting for width and height
Definition at line 106 of file test_GraphvizFormatting.py.
test_GraphvizFormatting.TestGraphvizFormatting.graph |
Definition at line 23 of file test_GraphvizFormatting.py.
test_GraphvizFormatting.TestGraphvizFormatting.values |
Definition at line 31 of file test_GraphvizFormatting.py.