Skip to content

Refactor: Handle Smoothed column logic in DataTable #6094

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
Dec 8, 2022

Conversation

JamesHollyer
Copy link
Contributor

  • Motivation for features / changes
    The smoothed column in the scalar card data table does not render when smoothing is disabled. The logic for removing this column previously occurred in the ScalarCardContainer where it removed the column entirely from the list of headers. This causes some strange behavior which needs to be handled when dealing with changing the order of the columns.

This change removes the special treatment of the Smoothed column everywhere except for when it is rendered.

  • Screenshots of UI changes
    No changes.

Copy link
Contributor

@rileyajones rileyajones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Net negative, nice 👏
image

@JamesHollyer JamesHollyer merged commit 5c68d4b into tensorflow:master Dec 8, 2022
qihach64 pushed a commit to qihach64/tensorboard that referenced this pull request Dec 19, 2022
* Motivation for features / changes
The smoothed column in the scalar card data table does not render when
smoothing is disabled. The logic for removing this column previously
occurred in the ScalarCardContainer where it removed the column entirely
from the list of headers. This causes some strange behavior which needs
to be handled when dealing with changing the order of the columns.

This change removes the special treatment of the Smoothed column
everywhere except for when it is rendered.

* Screenshots of UI changes
No changes.
yatbear pushed a commit to yatbear/tensorboard that referenced this pull request Mar 27, 2023
* Motivation for features / changes
The smoothed column in the scalar card data table does not render when
smoothing is disabled. The logic for removing this column previously
occurred in the ScalarCardContainer where it removed the column entirely
from the list of headers. This causes some strange behavior which needs
to be handled when dealing with changing the order of the columns.

This change removes the special treatment of the Smoothed column
everywhere except for when it is rendered.

* Screenshots of UI changes
No changes.
dna2github pushed a commit to dna2fork/tensorboard that referenced this pull request May 1, 2023
* Motivation for features / changes
The smoothed column in the scalar card data table does not render when
smoothing is disabled. The logic for removing this column previously
occurred in the ScalarCardContainer where it removed the column entirely
from the list of headers. This causes some strange behavior which needs
to be handled when dealing with changing the order of the columns.

This change removes the special treatment of the Smoothed column
everywhere except for when it is rendered.

* Screenshots of UI changes
No changes.
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.

2 participants