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
Running the sdv/tests with pytests raised the following pandas warning:
FutureWarning: The default dtype for empty Series will be 'object' instead of 'float64' in a future version. Specify a dtype explicitly to silence this warning.
Expected behavior
We want to modify the code to no longer get this warning.
Additional context
Here is given the code lines in sdv that raised the warning. Because this list may be incomplete, it would be nice to check after the correction that the warning is not in the warning summary of pytests.
Problem Description
Running the
sdv/tests
withpytests
raised the followingpandas
warning:FutureWarning: The default dtype for empty Series will be 'object' instead of 'float64' in a future version. Specify a dtype explicitly to silence this warning.
Expected behavior
We want to modify the code to no longer get this warning.
Additional context
Here is given the code lines in
sdv
that raised the warning. Because this list may be incomplete, it would be nice to check after the correction that the warning is not in thewarning summary
ofpytests
.Lines to be modified:
The text was updated successfully, but these errors were encountered: