098c5220b5
tf.nest.map_structure_up_to has changed so that map_structure_up_to(x, func, x, y) no longer raises an error when y is longer than x, for example x=[1,2], y=[1,2,3]. This broke one of our tests for nested query. Remove the test until (if and when) the old, more reasonable, behavior is restored. PiperOrigin-RevId: 232057385 |
||
---|---|---|
.. | ||
__init__.py | ||
dp_optimizer.py | ||
dp_optimizer_test.py | ||
dp_query.py | ||
gaussian_query.py | ||
gaussian_query_test.py | ||
nested_query.py | ||
nested_query_test.py | ||
no_privacy_query.py | ||
no_privacy_query_test.py | ||
test_utils.py |