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
algos which need full banks can only have vectorized action functions
since banks have differing numbers of rows, vectorized action functions cannot be trivially generalized from scalar action functions, therefore each must be written manually
depending num_inspect in HIPO dataframe construction, some variables will only ever be scalar, such as event number; may need mixed scalar/vector action function overloads
The text was updated successfully, but these errors were encountered:
#157 adds one vector function
num_inspect
in HIPO dataframe construction, some variables will only ever be scalar, such as event number; may need mixed scalar/vector action function overloadsThe text was updated successfully, but these errors were encountered: