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

Remove duplicate log message in output when using pre-allocation #981

Merged
merged 10 commits into from
Jun 21, 2023

Commits on Jun 13, 2023

  1. Remove unused code, the file-source stage only emits instances Messag…

    …eMeta, thus this post-stage is never in use
    dagardner-nv committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    d2d4535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8483f15 View commit details
    Browse the repository at this point in the history
  3. Fixes for linters

    dagardner-nv committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    11b627a View commit details
    Browse the repository at this point in the history
  4. Remove default value for --columns_file cli-flag, this flag isn't use…

    …d by all pipelines, and causes the cli tool to mistakenly log columns not used by the pipeline
    dagardner-nv committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    7cd597c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f8f3cc View commit details
    Browse the repository at this point in the history
  6. Remove the default value, since the flag has required=True this means…

    … the default is never used. In addition remove checks for an unset value which will also not happen, along with the else clause which erounously set the labels
    dagardner-nv committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    132950f View commit details
    Browse the repository at this point in the history
  7. Revert "Remove the default value, since the flag has required=True th…

    …is means the default is never used. In addition remove checks for an unset value which will also not happen, along with the else clause which erounously set the labels"
    
    This reverts commit 132950f.
    dagardner-nv committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    f8ba229 View commit details
    Browse the repository at this point in the history
  8. Revert "Set --columns_file for the abp_nvsmi pipeline"

    This reverts commit 0f8f3cc.
    dagardner-nv committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    ddf8e12 View commit details
    Browse the repository at this point in the history
  9. Revert "Remove default value for --columns_file cli-flag, this flag i…

    …sn't used by all pipelines, and causes the cli tool to mistakenly log columns not used by the pipeline"
    
    This reverts commit 7cd597c.
    dagardner-nv committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    57b2189 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

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