Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot groupby 'group' #35

Open
pmcvay opened this issue Jan 9, 2025 · 1 comment
Open

Cannot groupby 'group' #35

pmcvay opened this issue Jan 9, 2025 · 1 comment

Comments

@pmcvay
Copy link

pmcvay commented Jan 9, 2025

You literally cannot group by the group parameter of a run because class Key hardcodes the section to summary

Entry point

internal.Key(name=expr_parsing.to_backend_name(g)) for g in self.groupby

Class Key with hardcoded section

class Key(ReportAPIBaseModel):
section: str = "summary"
name: str = ""
and

@luisbergua
Copy link

Hey @pmcvay, thanks for flagging this! We found this is an issue on v2, so we recommend using v1 for now. This has been escalated to our engineers, and we'll let you know as soon as there's a fix

import wandb_workspaces.reports.v1 as wr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants