Instead of having aamp, we should allow users to set normalize=False and have this automatically get re-routed to its corresponding non-normalized method. This would greatly reduce confusion and API support. This can be accomplished by wrapping our normalized functions/classes with a decorator.
Instead of having
aamp, we should allow users to setnormalize=Falseand have this automatically get re-routed to its corresponding non-normalized method. This would greatly reduce confusion and API support. This can be accomplished by wrapping our normalized functions/classes with a decorator.