NRLMMD-GEOIPS / geoips

Main Geolocated Information Processing System code base with basic functionality enabled.
https://nrlmmd-geoips.github.io/geoips/
Other
13 stars 10 forks source link

Assess whether we should run ``remove_unsupported_kwargs`` in config_based or interpolators #563

Open evrose54 opened 1 month ago

evrose54 commented 1 month ago

Requested Update

Description

Issue #530 added a remove_unsupported_kwargs call to config based which is also performed in the interpolators. This is most likely not needed to be done twice and we should address which location we should perform this operation. IMO, I'd assume this just needs to be done in config_based but I could be wrong.

Code to demonstrate issue

See config_based procflow and interpolator plugins.

Checklist for Completion