Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lwiniwar committed Nov 29, 2022
1 parent b89a0a2 commit f2b6834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyForMetrix/metrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ def __init__(self, lasfiles, plot_polygons, silent=True, pbars=True):
def calc_custom_metrics(self, metrics: MetricCalculator, metric_options=None):
"""
Calculates given metrics for points contained in the polygons given during construction of this class.
Args:
metrics: a single :class:`pyForMetrix.metricCalculators.MetricCalculator` instance or a :class:`list` of such classes
metric_options: a :class:`list` of :class:`dict`s with options (kwargs) for each `MetricCalculator`, or None.
Expand Down

0 comments on commit f2b6834

Please sign in to comment.