Add docstrings to nearest_neighbor_interpolator
methods in grids.py
#2081
Labels
docs
PlasmaPy Docs at http://docs.plasmapy.org
needs docstring
See: https://docs.plasmapy.org/en/latest/contributing/doc_guide.html#docstrings for more info
plasmapy.plasma
Related to the plasmapy.plasma subpackage
priority: medium
Issues & PRs of moderate urgency and importance
While enabling pydocstyle rules in #2080, I found that there are no docstrings for the
nearest_neighbor_interpolator
methods inCartesianGrid
andNonUniformCartesianGrid
inplasmapy/plasma/grids.py
. We should add docstrings for these methods, and remove the corresponding# noqa
comments which are being added in #2080.@pheuer — might you have a chance to add these docstrings? Thank you!
The text was updated successfully, but these errors were encountered: