Skip to content

Commit

Permalink
Fix a typo in the Python workflow (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
milkschen authored Jun 30, 2024
1 parent e0f9fce commit 82ebe58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/leviosam2.py
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ def __init__(self, args: argparse.Namespace) -> None:
)
if args.use_preset:
self.lift_max_gap = 1000
self.lift_commit_max_hdit = 100
self.lift_commit_max_hdist = 100


class Leviosam2WorkflowOntPreset(Leviosam2Workflow):
Expand All @@ -1016,7 +1016,7 @@ def __init__(self, args: argparse.Namespace) -> None:
)
if args.use_preset:
self.lift_max_gap = 1500
self.lift_commit_max_hdit = 6000
self.lift_commit_max_hdist = 6000


def run_workflow(args: argparse.Namespace):
Expand Down

0 comments on commit 82ebe58

Please sign in to comment.