From 2572c89164ea2c69cfbe57974a21550db8082a41 Mon Sep 17 00:00:00 2001 From: David Rafferty <drafferty@hs.uni-hamburg.de> Date: Fri, 11 Oct 2019 15:46:01 +0200 Subject: [PATCH] Fix typo --- lsmtool/skymodel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsmtool/skymodel.py b/lsmtool/skymodel.py index 920f4ee..e1503d3 100644 --- a/lsmtool/skymodel.py +++ b/lsmtool/skymodel.py @@ -2075,7 +2075,7 @@ class SkyModel(object): >>> s.group('tessellate', targetFlux=30.0) """ - operations.group.group(self, algorithm, targetFlux=targetFlux, weightBySize=weightBySize + operations.group.group(self, algorithm, targetFlux=targetFlux, weightBySize=weightBySize, numClusters=numClusters, FWHM=FWHM, threshold=threshold, applyBeam=applyBeam, root=root, pad_index=pad_index, method=method, facet=facet, byPatch=byPatch, -- GitLab