While using Graphiler, I attempted to use the max or mean functions as alternatives to sum within the reduce_func parameter. Unfortunately, this led to an error message: dgl_ FFI. base. DGLError: Expect number of features to match number of nodes (len (u)).
I'm not sure if the reason for this error is from whether the current reduce_func doesn't support these two aggregation methods?