Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Feb 9, 2025
1 parent 0f4792a commit 139acc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/gtsam/examples/plot_city10000.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
Usage:
```
python plot_city10000.py Data/ISAM2_GT_city10000.txt \
--estimates ../build/examples/ISAM2_city10000.txt ../build/examples/Hybrid_City10000.txt
python plot_city10000.py ../../../examples/Data/ISAM2_GT_city10000.txt \
--estimates ../../../build/examples/ISAM2_city10000.txt \
../../../build/examples/Hybrid_City10000.txt
```
NOTE: We can pass in as many estimates as we need,
Expand Down

0 comments on commit 139acc5

Please sign in to comment.