Skip to content

Commit

Permalink
Remove unused sumStats kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
taranu committed May 15, 2023
1 parent 975e94d commit 3ad202b
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ def makePlot(
data: KeyedData,
skymap: BaseSkyMap,
plotInfo: Mapping[str, str],
sumStats: Optional[Mapping] = None,
**kwargs,
) -> Figure:
"""Makes a generic plot with a 2D histogram and collapsed histograms of
Expand All @@ -273,10 +272,6 @@ def makePlot(
The filter used for this data (`str`).
* ``"tract"``
The tract that the data comes from (`str`).
sumStats : `dict`
A dictionary where the patchIds are the keys which store the R.A.
and dec of the corners of the patch, along with a summary
statistic for each patch.
Returns
-------
Expand All @@ -296,7 +291,7 @@ def makePlot(
If this function is being used within the pipetask framework
that takes care of making sure that data has all the required
elements but if you are runnign this as a standalone function
elements but if you are running this as a standalone function
then you will need to provide the following things in the
input data.
Expand Down

0 comments on commit 3ad202b

Please sign in to comment.