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
I get this warning when running nosetests. The .as_matrix part of the code should be removed and the associated code edited to account for this change.
FutureWarning: Method .as_matrix will be removed in a future version. Use .values instead.
return pandas.read_csv(sheetref_name, header=None).as_matrix()
The text was updated successfully, but these errors were encountered:
asset-management/test/unit/test_cal.py
Line 43 in 160735e
I get this warning when running nosetests. The .as_matrix part of the code should be removed and the associated code edited to account for this change.
The text was updated successfully, but these errors were encountered: