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
The test about whether m is binary or not is wrong. It computes how much binary entries m has and compares it with n, while it should be compared with n*dim_m.
In test_get_simulated_data.py :
The test about whether m is binary or not is wrong. It computes how much binary entries m has and compares it with n, while it should be compared with n*dim_m.
Lines 109-113 :
Correction :
Note : Since issue #4 is not resolved, this correction doesn't change anything. (m cannot be multidimensional)
The text was updated successfully, but these errors were encountered: