Skip to content

Commit

Permalink
Update signature for custom_step
Browse files Browse the repository at this point in the history
  • Loading branch information
tothtamas28 committed Dec 5, 2024
1 parent f8ea4a5 commit 9cf3527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kimp/kimp.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def same_loop(self, c1: CTerm, c2: CTerm) -> bool:
def can_make_custom_step(self, c: CTerm) -> bool:
return False

def custom_step(self, c: CTerm) -> KCFGExtendResult | None:
def custom_step(self, c: CTerm, cs: CTermSymbolic) -> KCFGExtendResult | None:
return None

def is_mergeable(self, c1: CTerm, c2: CTerm) -> bool:
Expand Down

0 comments on commit 9cf3527

Please sign in to comment.