Wanxin Li
Wanxin Li
Hello! I am wondering if someone could please explain the reason for lines 366-368 in authentication_utils.py. The code snippet is: ``` (365) if 'guest' in roles.keys() and 'arbiter' in roles.keys()...
Is vecs_denorm in build_graph model.py used anywhere? I only see how it is created but not where it is used. Thanks.
I encountered the following error multiple times (for all occurrences of StrFormat) in the "make" stage for FedTree: ``` /projects/FedTree/build/_deps/grpc-src/src/core/lib/surface/call.cc: in function ‘void handle_error_parsing_compression_algorithm(grpc_call*)’: /projects/FedTree/build/_deps/grpc-src/src/core/lib/surface/call.cc:1398:51: ERROR:no matching function for call...