Skip to content

Commit

Permalink
fix mock_detector_logic
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswittich committed Nov 8, 2024
1 parent 2361015 commit 4d6e40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learning_loop_node/tests/detector/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def __init__(self):
def is_initialized(self):
return True

def evaluate_with_all_info(self, image, tags, source): # pylint: disable=signature-differs
def evaluate_with_all_info(self, image, tags, source, creation_date): # pylint: disable=signature-differs
return self.detections

return MockDetectorLogic()
Expand Down

0 comments on commit 4d6e40b

Please sign in to comment.