Skip to content

plot_pie_sum raises ValueError: too many values to unpack (expected 4) on every call #22

Description

@ivankrylov

src/graphing/plotting.py:101 unpacks 4 return values from filter_and_group, but that
function returns 5 (timestamp_groups, datapoint_groups, group_labels, colors,
alphas — see src/filter_and_group.py:52). Every other caller in plotting.py
correctly uses ..., colors, _ =.

Any call to plot_pie_sum fails immediately:
ValueError: too many values to unpack (expected 4)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions