decorator problem in mass
when re-routing to non-normalized function
#530
NimaSarajpoor
started this conversation in
General
Replies: 1 comment 18 replies
-
@seanlaw |
Beta Was this translation helpful? Give feedback.
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently noticed that there is a need to provide the name of arguments in
mass
function if I want to setnormalize=False
.In other words, I cannot simply do:
This gives me the following error:
And, instead I should do:
Is that by design? because, as a user, it is hard for me to type
Σ_T
and I have to copy it.(NOTE: I know
M_T
andΣ_T
are not used incore._mass_absolute
. I have no problem with usingmass_absolute
. I merely wanted to let you know of such behavior)Beta Was this translation helpful? Give feedback.
All reactions