mirror of
https://github.com/c-sooyoung/bo-ptycho.git
synced 2026-09-17 21:29:07 +09:00
added hotfix for batched bo
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ class BOEngine(ABC):
|
||||
self.state = None
|
||||
|
||||
@abstractmethod
|
||||
def ask(self):
|
||||
def ask(self, n: int = 1) -> list[dict]:
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user