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 raising an issue, I will look into it. It looks like a line of code from your original post has been updated from hmod.precompute_attributes(H) -> H = hmod.precompute_attributes(H) - just to clarify, you are still receiving the same error message with the updated code?
When I call
print('qH =',hmod.modularity(H, K, strict))
it returnsAttributeError: 'Entity' object has no attribute 'strength'
The full code:
Lookup is a dictionary of the form:
{key1 : (hedge1, hedge2...), key2 : (hedge1, hedge3...)}
The text was updated successfully, but these errors were encountered: