pygeo
pygeo copied to clipboard
Replace kwargs for ESP and VSP functions in the MPhys interface
Description of feature
Following PR #248 we should update the ESP and VSP calls in the MPhys wrapper to remove the **kwargs
and replace them with the full keyword argument list.
Potential solution
Follow the same format as PR #248