When the test code is executed, the following error occurs:
ERROR: test_Xshape_eq_group_ids_error (tests.test_model.BasicTestSuite)
check raise ValueError if X.shape[1] != len(group_ids)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yuume/git_files/GroupLasso/tests/test_model.py", line 282, in test_Xshape_eq_group_ids_error
model.fit(X, y)
File "/home/yuume/git_files/GroupLasso/grouplasso/model.py", line 89, in fit
raise TypeError("type of group_id must be int.")
TypeError: type of group_id must be int.
When the test code is executed, the following error occurs:
This error may be due to np.int being deprecated.
references: