Skip to content

Commit

Permalink
Change default interp class in docsting for PSF and EDISP
Browse files Browse the repository at this point in the history
  • Loading branch information
morcuended committed Nov 27, 2023
1 parent bca3f5e commit 9f3bd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyirf/interpolation/component_estimators.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def __init__(
or e.g. missing a fov_offset axis, the axis containing n_migration_bins
has to be specified through axis.
interpolator_cls:
pyirf interpolator class, defaults to GridDataInterpolator.
pyirf interpolator class, defaults to QuantileInterpolator.
interpolator_kwargs: dict
Dict of all kwargs that are passed to the interpolator, defaults to
None which is the same as passing an empty dict.
Expand Down Expand Up @@ -662,7 +662,7 @@ def __init__(
This is assumed as default. If these axes are in different order
the axis containing n_source_offset_bins has to be specified through axis.
interpolator_cls:
pyirf interpolator class, defaults to GridDataInterpolator.
pyirf interpolator class, defaults to QuantileInterpolator.
interpolator_kwargs: dict
Dict of all kwargs that are passed to the interpolator, defaults to
None which is the same as passing an empty dict.
Expand Down

0 comments on commit 9f3bd22

Please sign in to comment.