Deltares / imod-python

🐍🧰 Make massive MODFLOW models
https://deltares.github.io/imod-python/
MIT License
16 stars 0 forks source link

Issue #997 regridders weights cache remove args #1006

Closed JoerivanEngelen closed 2 months ago

JoerivanEngelen commented 2 months ago

Fixes #997

Description

This PR removes the arguments source and target from RegridderWeightsCache.__init__, as they were not used internally.

Checklist