Generalize the fix for Pandas extension dtypes#58
Generalize the fix for Pandas extension dtypes#58albert17 merged 1 commit intoNVIDIA-Merlin:mainfrom
Conversation
This updated version of the code checks the `kind` property (which returns `O` by default), which makes the previous fix applicable to additional Pandas extension dtypes.
Click to view CI ResultsGitHub pull request #58 of commit 3a700dab808aedddbe602c209ee58851e15574ad, no merge conflicts.
Running as SYSTEM
Setting status of 3a700dab808aedddbe602c209ee58851e15574ad to PENDING with url https://10.20.13.93:8080/job/merlin_core/8/console and message: 'Pending'
Using context: Jenkins
Building on master in workspace /var/jenkins_home/workspace/merlin_core
using credential ce87ff3c-94f0-400a-8303-cb4acb4918b5
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/NVIDIA-Merlin/core # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/core
> git --version # timeout=10
using GIT_ASKPASS to set credentials login for merlin-systems username and pass
> git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/core +refs/pull/58/*:refs/remotes/origin/pr/58/* # timeout=10
> git rev-parse 3a700dab808aedddbe602c209ee58851e15574ad^{commit} # timeout=10
Checking out Revision 3a700dab808aedddbe602c209ee58851e15574ad (detached)
> git config core.sparsecheckout # timeout=10
> git checkout -f 3a700dab808aedddbe602c209ee58851e15574ad # timeout=10
Commit message: "Generalize the fix for Pandas extension dtypes"
> git rev-list --no-walk 78ddc20664373c5283c8efa64fbb9aca68d2c82f # timeout=10
[merlin_core] $ /bin/bash /tmp/jenkins5277764248889785850.sh
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (61.3.1)
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.1, pluggy-1.0.0
rootdir: /var/jenkins_home/workspace/merlin_core/core, configfile: pyproject.toml
plugins: xdist-2.5.0, forked-1.4.0, cov-3.0.0
collected 337 items / 1 skipped
|
Documentation preview |
This updated version of the code checks the
kindproperty (which returnsOby default), which makes the previous fix applicable to additional Pandas extension dtypes.