Skip to content

Hparams: Fix regression in column selector. #6811

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

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

bmd3k
Copy link
Contributor

@bmd3k bmd3k commented Mar 26, 2024

Ensure the following properties are passed to the column selector from the data table:

    [numColumnsLoaded]="numColumnsLoaded"
    [hasMoreColumnsToLoad]="hasMoreColumnsToLoad"
    (loadAllColumns)="loadAllColumns.emit()"

These were accidentally removed in #6799. Caught by internal tests.

@bmd3k bmd3k requested a review from arcra March 26, 2024 17:13
@bmd3k bmd3k merged commit 9266696 into tensorflow:master Mar 26, 2024
@hoonji
Copy link
Member

hoonji commented Mar 27, 2024

My bad, I must have missed this during a merge!

AnuarTB pushed a commit to AnuarTB/tensorboard that referenced this pull request May 3, 2024
Ensure the following properties are passed to the column selector from
the data table:

```
    [numColumnsLoaded]="numColumnsLoaded"
    [hasMoreColumnsToLoad]="hasMoreColumnsToLoad"
    (loadAllColumns)="loadAllColumns.emit()"
```

These were accidentally removed in tensorflow#6799. Caught by internal tests.
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

Successfully merging this pull request may close these issues.

3 participants