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

Fix or silence warnings emitted during tests #1501

Merged

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    598a1db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dc1816 View commit details
    Browse the repository at this point in the history
  3. Revert "Ignore deprecation warnings from gputil"

    This reverts commit 598a1db.
    dagardner-nv committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    80575ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a722bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d1fa37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da692e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Narrow the warning filters to be more specific, ensuring we aren't ac…

    …cidentally ignoring other warnings
    dagardner-nv committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    f1dcd44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    374d6d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    42614ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    074081e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a822c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3282475 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Update CR Year

    dagardner-nv committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a226c17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    907f7d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0bbee2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62915f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Update test for completion pipe to use actual asyncio futures, simila…

    …r to that used by the completion benchmark, this removes the need to mock the asyncio.gather method which is also used by the PromptTemplateNode
    dagardner-nv committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    592f7f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    032ddec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    766d474 View commit details
    Browse the repository at this point in the history
  4. Restrict numpy to versions prior to 1.25, this avoids numerous warnin…

    …gs triggered by cudf, more recent versions of cudf use this same version restriction
    dagardner-nv committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    5462726 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    874776f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21d8562 View commit details
    Browse the repository at this point in the history
  7. Ignore the warning from the logging_timer which happens whenever DFPS…

    …plitUsersStage doesn't have any output messages
    dagardner-nv committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    03168a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    062c214 View commit details
    Browse the repository at this point in the history
  2. Replace deprecated usage of is_monotonic attribute with is_monotonic_…

    …increasing and is_monotonic_decreasing
    dagardner-nv committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a29cece View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5154135 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e188d3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71c7475 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90c79f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. avoid deprecation warning about using .astype to convert from a tz-aw…

    …are type to a tz-naive type
    dagardner-nv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    cb66ea0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0913d14 View commit details
    Browse the repository at this point in the history
  3. Ignore warning about an existing dask client, as we are explicitly co…

    …nstructing/passing in that client
    dagardner-nv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    07ea3fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4b1df2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d88d5ef View commit details
    Browse the repository at this point in the history
  6. Adopt dgl v1.1.1 to pickup pytorch v2.0.1 support. Add rapids-depende…

    …ncy-file-generator to dev env
    dagardner-nv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    45a92e6 View commit details
    Browse the repository at this point in the history
  7. Specify a version for sysroot_linux-64, without this I was getting ou…

    …t of date kernel headers and glibc link errors
    dagardner-nv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    12b71c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5562fa View commit details
    Browse the repository at this point in the history
  9. Ensure we receive a cuda enabled build of pyarrow

    re-order channels ensuring nvidia & rapidsai versions of packages receive priority
    Add missing dep for ccache
    Pin pandas to 1.3, more recent versions trigger deprecation warnins from cudf
    Add in pip transitive deps, ensuring we receive the conda versions rather than the pip versions
    dagardner-nv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e07b1c6 View commit details
    Browse the repository at this point in the history
  10. update CR

    dagardner-nv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    82ca88b View commit details
    Browse the repository at this point in the history
  11. lint fixes

    dagardner-nv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    95748a4 View commit details
    Browse the repository at this point in the history
  12. formatting

    dagardner-nv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    02c74fb View commit details
    Browse the repository at this point in the history
  13. lint fixes

    dagardner-nv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1347cb3 View commit details
    Browse the repository at this point in the history
  14. Fix fixture names

    dagardner-nv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6891868 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9d955a6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    05db11f View commit details
    Browse the repository at this point in the history
  17. Fix CR

    dagardner-nv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    27c0a18 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f6eaab4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a973eb2 View commit details
    Browse the repository at this point in the history
  20. Update CR

    dagardner-nv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c7eecae View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    0ab58d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2169ad3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    4d5b190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b1c272 View commit details
    Browse the repository at this point in the history
  3. Revert local changes

    dagardner-nv committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    90d9741 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e351772 View commit details
    Browse the repository at this point in the history
  5. Fix features value

    dagardner-nv committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0c66850 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2adb83c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Use a list rather than a set for the column names. This allows the re…

    …sult to be deterministic and avoids a pandas warning
    dagardner-nv committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4e4ca97 View commit details
    Browse the repository at this point in the history
  2. Lint fix

    dagardner-nv committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1ff7adb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8fcbaa View commit details
    Browse the repository at this point in the history
  4. iteritems is deprecated

    dagardner-nv committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    76c4f0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    deff7ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2135ea5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1da6d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    2fcb136 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01263c1 View commit details
    Browse the repository at this point in the history
  3. IWYU fix

    dagardner-nv committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8980297 View commit details
    Browse the repository at this point in the history