You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the first call to select_ipc_gpu cudf 0.13 now gives the following warnings:
lib/python3.7/site-packages/cudf/core/dataframe.py:409: UserWarning: Columns may not be added to a DataFrame using a new attribute name. A new attribute will be created: 'set_tdf'
UserWarning,
/lib/python3.7/site-packages/cudf/core/dataframe.py:409: UserWarning: Columns may not be added to a DataFrame using a new attribute name. A new attribute will be created: 'get_tdf'
UserWarning,
/lib/python3.7/site-packages/cudf/core/dataframe.py:409: UserWarning: Columns may not be added to a DataFrame using a new attribute name. A new attribute will be created: '_tdf'
UserWarning,
On the first call to
select_ipc_gpu
cudf 0.13 now gives the following warnings:Likely due to https://github.com/omnisci/pymapd/blob/65917a056ad080da3c320a88408d68c5f7e7dd65/pymapd/connection.py#L435-L436 .
pymapd 0.22.0
cudf 0.13
Note: this only appears to occur with cudf 0.13. It does not occur with the current cudf 0.14 nightly build.
The text was updated successfully, but these errors were encountered: