Why don't the values of `p` contained in `p_list` appear in the following line? https://github.com/yasumat/NormMinimization/blob/db39e486896f9cafc25815beed9552dc7fa9e353/normmin.py#L8 My intuition is that each iteration of the loop should consider a different `p` value, am I missing something?
Why don't the values of
pcontained inp_listappear in the following line?NormMinimization/normmin.py
Line 8 in db39e48
My intuition is that each iteration of the loop should consider a different
pvalue, am I missing something?