-
Notifications
You must be signed in to change notification settings - Fork 140
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
Fix or silence warnings emitted during tests #1501
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 598a1db - Browse repository at this point
Copy the full SHA 598a1dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dc1816 - Browse repository at this point
Copy the full SHA 0dc1816View commit details -
Revert "Ignore deprecation warnings from gputil"
This reverts commit 598a1db.
Configuration menu - View commit details
-
Copy full SHA for 80575ca - Browse repository at this point
Copy the full SHA 80575caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a722bb - Browse repository at this point
Copy the full SHA 7a722bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d1fa37 - Browse repository at this point
Copy the full SHA 0d1fa37View commit details -
Configuration menu - View commit details
-
Copy full SHA for da692e8 - Browse repository at this point
Copy the full SHA da692e8View commit details
Commits on Dec 29, 2023
-
Narrow the warning filters to be more specific, ensuring we aren't ac…
…cidentally ignoring other warnings
Configuration menu - View commit details
-
Copy full SHA for f1dcd44 - Browse repository at this point
Copy the full SHA f1dcd44View commit details -
Merge branch 'branch-24.03' of github.com:nv-morpheus/Morpheus into d…
…avid-pytest-warnings
Configuration menu - View commit details
-
Copy full SHA for 374d6d6 - Browse repository at this point
Copy the full SHA 374d6d6View commit details
Commits on Jan 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42614ec - Browse repository at this point
Copy the full SHA 42614ecView commit details -
Avoid warning from cudf regardning an upcoming change of behavior whe…
…n applying a groupby to a list with only a single element refer: https://github.com/rapidsai/cudf/blob/branch-24.02/python/cudf/cudf/core/groupby/groupby.py#L281
Configuration menu - View commit details
-
Copy full SHA for 074081e - Browse repository at this point
Copy the full SHA 074081eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a822c7 - Browse repository at this point
Copy the full SHA 3a822c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3282475 - Browse repository at this point
Copy the full SHA 3282475View commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a226c17 - Browse repository at this point
Copy the full SHA a226c17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 907f7d7 - Browse repository at this point
Copy the full SHA 907f7d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0bbee2 - Browse repository at this point
Copy the full SHA a0bbee2View commit details -
Merge branch 'branch-24.03' of github.com:nv-morpheus/Morpheus into d…
…avid-pytest-warnings-p2
Configuration menu - View commit details
-
Copy full SHA for 62915f5 - Browse repository at this point
Copy the full SHA 62915f5View commit details
Commits on Jan 9, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 592f7f4 - Browse repository at this point
Copy the full SHA 592f7f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 032ddec - Browse repository at this point
Copy the full SHA 032ddecView commit details -
Ignore performance warnings from pandas triggered by the df compare m…
…ethod in the tests
Configuration menu - View commit details
-
Copy full SHA for 766d474 - Browse repository at this point
Copy the full SHA 766d474View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5462726 - Browse repository at this point
Copy the full SHA 5462726View commit details -
Configuration menu - View commit details
-
Copy full SHA for 874776f - Browse repository at this point
Copy the full SHA 874776fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d8562 - Browse repository at this point
Copy the full SHA 21d8562View commit details -
Ignore the warning from the logging_timer which happens whenever DFPS…
…plitUsersStage doesn't have any output messages
Configuration menu - View commit details
-
Copy full SHA for 03168a2 - Browse repository at this point
Copy the full SHA 03168a2View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 062c214 - Browse repository at this point
Copy the full SHA 062c214View commit details -
Replace deprecated usage of is_monotonic attribute with is_monotonic_…
…increasing and is_monotonic_decreasing
Configuration menu - View commit details
-
Copy full SHA for a29cece - Browse repository at this point
Copy the full SHA a29ceceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5154135 - Browse repository at this point
Copy the full SHA 5154135View commit details -
Configuration menu - View commit details
-
Copy full SHA for e188d3a - Browse repository at this point
Copy the full SHA e188d3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71c7475 - Browse repository at this point
Copy the full SHA 71c7475View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90c79f5 - Browse repository at this point
Copy the full SHA 90c79f5View commit details
Commits on Jan 12, 2024
-
avoid deprecation warning about using .astype to convert from a tz-aw…
…are type to a tz-naive type
Configuration menu - View commit details
-
Copy full SHA for cb66ea0 - Browse repository at this point
Copy the full SHA cb66ea0View commit details -
Avoid cudf warning that reading a json file uses pandas, create fixtu…
…res for the input_df
Configuration menu - View commit details
-
Copy full SHA for 0913d14 - Browse repository at this point
Copy the full SHA 0913d14View commit details -
Ignore warning about an existing dask client, as we are explicitly co…
…nstructing/passing in that client
Configuration menu - View commit details
-
Copy full SHA for 07ea3fd - Browse repository at this point
Copy the full SHA 07ea3fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b1df2 - Browse repository at this point
Copy the full SHA b4b1df2View commit details -
Ignore warning that is only produced when calling with an abnormally …
…small tensor size
Configuration menu - View commit details
-
Copy full SHA for d88d5ef - Browse repository at this point
Copy the full SHA d88d5efView commit details -
Adopt dgl v1.1.1 to pickup pytorch v2.0.1 support. Add rapids-depende…
…ncy-file-generator to dev env
Configuration menu - View commit details
-
Copy full SHA for 45a92e6 - Browse repository at this point
Copy the full SHA 45a92e6View commit details -
Specify a version for sysroot_linux-64, without this I was getting ou…
…t of date kernel headers and glibc link errors
Configuration menu - View commit details
-
Copy full SHA for 12b71c3 - Browse repository at this point
Copy the full SHA 12b71c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5562fa - Browse repository at this point
Copy the full SHA b5562faView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e07b1c6 - Browse repository at this point
Copy the full SHA e07b1c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ca88b - Browse repository at this point
Copy the full SHA 82ca88bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95748a4 - Browse repository at this point
Copy the full SHA 95748a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c74fb - Browse repository at this point
Copy the full SHA 02c74fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1347cb3 - Browse repository at this point
Copy the full SHA 1347cb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6891868 - Browse repository at this point
Copy the full SHA 6891868View commit details -
Merge branch 'branch-24.03' of github.com:nv-morpheus/Morpheus into d…
…avid-pytest-warnings-p2
Configuration menu - View commit details
-
Copy full SHA for 9d955a6 - Browse repository at this point
Copy the full SHA 9d955a6View commit details -
Ignore warnings generated by the kafka fixtures themselves, but not t…
…he actual morpheus code
Configuration menu - View commit details
-
Copy full SHA for 05db11f - Browse repository at this point
Copy the full SHA 05db11fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27c0a18 - Browse repository at this point
Copy the full SHA 27c0a18View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6eaab4 - Browse repository at this point
Copy the full SHA f6eaab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a973eb2 - Browse repository at this point
Copy the full SHA a973eb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7eecae - Browse repository at this point
Copy the full SHA c7eecaeView commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ab58d6 - Browse repository at this point
Copy the full SHA 0ab58d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2169ad3 - Browse repository at this point
Copy the full SHA 2169ad3View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d5b190 - Browse repository at this point
Copy the full SHA 4d5b190View commit details -
Merge branch 'branch-24.03' of github.com:nv-morpheus/Morpheus into d…
…avid-pytest-warnings-p3
Configuration menu - View commit details
-
Copy full SHA for 7b1c272 - Browse repository at this point
Copy the full SHA 7b1c272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90d9741 - Browse repository at this point
Copy the full SHA 90d9741View commit details -
Configuration menu - View commit details
-
Copy full SHA for e351772 - Browse repository at this point
Copy the full SHA e351772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c66850 - Browse repository at this point
Copy the full SHA 0c66850View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2adb83c - Browse repository at this point
Copy the full SHA 2adb83cView commit details
Commits on Feb 8, 2024
-
Use a list rather than a set for the column names. This allows the re…
…sult to be deterministic and avoids a pandas warning
Configuration menu - View commit details
-
Copy full SHA for 4e4ca97 - Browse repository at this point
Copy the full SHA 4e4ca97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ff7adb - Browse repository at this point
Copy the full SHA 1ff7adbView commit details -
Merge branch 'branch-24.03' of github.com:nv-morpheus/Morpheus into d…
…avid-pytest-warnings-p3
Configuration menu - View commit details
-
Copy full SHA for b8fcbaa - Browse repository at this point
Copy the full SHA b8fcbaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76c4f0a - Browse repository at this point
Copy the full SHA 76c4f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for deff7ad - Browse repository at this point
Copy the full SHA deff7adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2135ea5 - Browse repository at this point
Copy the full SHA 2135ea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1da6d4 - Browse repository at this point
Copy the full SHA e1da6d4View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2fcb136 - Browse repository at this point
Copy the full SHA 2fcb136View commit details -
Merge branch 'branch-24.03' of github.com:nv-morpheus/Morpheus into d…
…avid-pytest-warnings-p3
Configuration menu - View commit details
-
Copy full SHA for 01263c1 - Browse repository at this point
Copy the full SHA 01263c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8980297 - Browse repository at this point
Copy the full SHA 8980297View commit details