You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BlockOperator is a 2D array of operators. In numpy when you call size you get the number of entries in the array and when you call len you get the length of the first dimension. Currently in the BlockOperator when you call len you get the number of operators in the BlockOperator. Perhaps len should instead be size?
The BlockOperator is a 2D array of operators. In numpy when you call
size
you get the number of entries in the array and when you calllen
you get the length of the first dimension. Currently in the BlockOperator when you calllen
you get the number of operators in the BlockOperator. Perhapslen
should instead besize
?See the discussion #1513 (comment)
The text was updated successfully, but these errors were encountered: