Skip to content

Commit

Permalink
Change default value to example
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Oct 16, 2024
1 parent 396a7f0 commit 743321f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pose_graph_g2o.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
def main(
g2o_path: pathlib.Path = pathlib.Path(__file__).parent / "data/input_M3500_g2o.g2o",
linear_solver: Literal[
"cholmod", "conjugate_gradient", "dense_cholesky"
] = "cholmod",
"conjugate_gradient", "cholmod", "dense_cholesky"
] = "conjugate_gradient",
) -> None:
# Parse g2o file.
with jaxls.utils.stopwatch("Reading g2o file"):
Expand Down

0 comments on commit 743321f

Please sign in to comment.