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
Thank you for the code.
I have installed it using conda and the environment.yml provided for mdmtaskweb. When running calc_network.py, the following is the error i'm getting:
INFO::Calculating centralities...
INFO::Progress: 1 frames completed
ERROR::type=general:frame=1:exception=<class 'Exception'>
Multi-dimensional indexing (e.g. obj[:, None]) is no longer supported. Convert to a numpy array before indexing instead.
Thank you for the code.
I have installed it using conda and the environment.yml provided for mdmtaskweb. When running calc_network.py, the following is the error i'm getting:
INFO::Calculating centralities...
INFO::Progress: 1 frames completed
ERROR::type=general:frame=1:exception=<class 'Exception'>
Multi-dimensional indexing (e.g.
obj[:, None]
) is no longer supported. Convert to a numpy array before indexing instead.I see from the earlier code: "https://github.com/RUBi-ZA/MD-TASK/blame/e03934e733dca7ee97e131338c4f4d69a3e91b64/calc_network.py" - error due to numpy was addressed. Not sure why i'm getting this error...
The text was updated successfully, but these errors were encountered: