DeepCAVE icon indicating copy to clipboard operation
DeepCAVE copied to clipboard

Wrong type when calling the remove_jobs function

Open KrissiHub opened this issue 1 year ago • 0 comments

When trying to remove jobs from the registry in a custom queue, the remove jobs function is called with a wrong type. The function needs the registry to remove the jobs from, but is given a queue. The function with its signature is described here. Also, an example of how it should look like, when called is this.

KrissiHub avatar Oct 30 '23 19:10 KrissiHub