fem
fem copied to clipboard
REFACTOR: GaussExc.py dealing with Tukey axial weighting
- Docstrings for input arguments (e.g.,
sigma) are lacking. - Need to explicitly test / warn the user that
sigmashould only be two elements when the Tukey window is active (i.e., azvalue forsigmahas no meaning and should not be specified in that case). - Add logging about choosing the
gaussvs.tukeyload distributions (maybe have the user explicitly choose rather than implicitly figuring it out with the specification of a Tukey-based parameter.