Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of empty parameters in parameter_overview.
The test should not be on whether it is an empty dict, but whether after flattening it is empty. Without this fix the added test fails with: ``` File "../py/clu/parameter_overview.py", line 156, in _get_parameter_rows names, values = map(list, tuple(zip(*sorted(params.items())))) ^^^^^^^^^^^^^ ValueError: not enough values to unpack (expected 2, got 0) ``` PiperOrigin-RevId: 715237667
- Loading branch information