test_server_python_api_tdec_precomputed in bindings module was failing when the full list of validators was passed to server_aggregate.create_decryption_share_precomputed() instead of the validators selected for the decryption request. Investigate, because the API should be more resilient.
For context, this problem was surfaced once this test was refactored, because it was incorrectly specified. Before, it was creating an aggregate with a threhsold of nodes (instead N), so the tdec request, using t nodes, was always using the effective full set of validators. Once I refactored the test for a more normal behavior, the precomputed variant seemed to be broken for test cases with t < N.