Skip to content
Snippets Groups Projects
Commit 53352465 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

chore(pyproject): bump to fix columns issue

parent 8330b603
No related branches found
No related tags found
No related merge requests found
[tool.poetry] [tool.poetry]
name = "aliby" name = "aliby"
version = "0.1.54" version = "0.1.55"
description = "Process and analyse live-cell imaging data" description = "Process and analyse live-cell imaging data"
authors = ["Alan Munoz <alan.munoz@ed.ac.uk>"] authors = ["Alan Munoz <alan.munoz@ed.ac.uk>"]
packages = [ packages = [
......
...@@ -165,8 +165,6 @@ class Grouper(ABC): ...@@ -165,8 +165,6 @@ class Grouper(ABC):
): ):
"""Enable different threads for independent chains, particularly useful when aggregating multiple elements.""" """Enable different threads for independent chains, particularly useful when aggregating multiple elements."""
if pool is None: if pool is None:
# Alan: why is None changed to 8
# pool = 8
pass pass
chainers = chainers or self.chainers chainers = chainers or self.chainers
if pool: if pool:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment