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

Let user know which tags are missing per run #967

Merged
merged 2 commits into from
Feb 13, 2018

Commits on Feb 11, 2018

  1. Let user know which tags are missing per run

    Some early users of margin plots noticed a bug. If data associated with
    a tag for any run was missing, an error message appeared noting that
    data was missing for that tag. The error message gave no indication of
    which runs were missing information. Sometimes, the behavior is
    intended. For instance, some run might not log a certain scalar value.
    
    This change now offers users a more nuanced message when margin plot
    logic is missing information for certain tags within a run. The message
    notes specific runs and then lists the specific tags without data for
    those runs. The message is placed under a collapsible so that the user
    can chose to not see the message if the behavior is intended.
    chihuahua committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    002af19 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Configuration menu
    Copy the full SHA
    53e116d View commit details
    Browse the repository at this point in the history