use nested namespace

release/4.3a0
John Lambert 2021-10-21 11:04:06 -06:00 committed by GitHub
parent 769c75c01f
commit b9f10cdb15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ def run(args: Namespace) -> None:
graph.print()
print("Computing LAGO estimate")
estimateLago: Values = lago.initialize(graph)
estimateLago: Values = gtsam.lago.initialize(graph)
print("done!")
if args.output is None: