Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def lookup(
# all tokens where found, return the maximal end
except Exception as e:
logger.error(f"Remote connection failed in contains: {e}")
return start
return 0
Comment thread
xleoken marked this conversation as resolved.
return end

def lookup_scheduler(
Expand Down Expand Up @@ -633,7 +633,7 @@ def lookup_scheduler(
# all tokens where found, return the maximal end
except Exception as e:
logger.error(f"Remote connection failed in contains: {e}")
return start
return 0
Comment thread
xleoken marked this conversation as resolved.
return end

def check_all_layers_exists(self, res: list[int], num_layers: int) -> list[int]:
Expand Down