From 4fbaa43e92a3605143582386dea6ae799f6c3ebb Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Tue, 9 Jun 2020 17:51:29 -0500 Subject: [PATCH] docstring update --- cython/gtsam/examples/ImuFactorExample.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cython/gtsam/examples/ImuFactorExample.py b/cython/gtsam/examples/ImuFactorExample.py index ca38e9173..d7be83bab 100644 --- a/cython/gtsam/examples/ImuFactorExample.py +++ b/cython/gtsam/examples/ImuFactorExample.py @@ -5,7 +5,9 @@ All Rights Reserved See LICENSE for the license information -A script validating the ImuFactor inference. +A script validating and demonstrating the ImuFactor inference. + +Author: Frank Dellaert, Varun Agrawal """ from __future__ import print_function