Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Timotshak committed Feb 12, 2024
1 parent 45b555d commit e00f621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sampo/pipeline/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def node_order(self, node_orders: list[list[GraphNode]]) -> 'InputPipeline':
return self

def optimize_local(self, optimizer: OrderLocalOptimizer, area: range) -> 'InputPipeline':
self._local_optimize_stack.add(optimizer.optimize, (area,))
self._local_optimize_stack.add(optimizer.optimize, area)
return self

def schedule(self, scheduler: Scheduler) -> 'SchedulePipeline':
Expand Down

0 comments on commit e00f621

Please sign in to comment.