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
asset-management\test\test_base.py:61: FutureWarning: Sorting
because non-concatenation axis is not aligned. A future version
of pandas will change to not sort by default.
To accept the future behavior, pass 'sort=False'.
To retain the current behavior and silence the warning, pass 'sort=True'.
cls.bulk_data = pd.concat(bulk_dataframes)
This should be changed to adjust for the future behavior.
The text was updated successfully, but these errors were encountered:
asset-management/test/test_base.py
Line 61 in 160735e
when running nosetests I get the warning:
This should be changed to adjust for the future behavior.
The text was updated successfully, but these errors were encountered: