We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DiffNet/netbfe.py
Line 194 in b45a3d7
if we add nsofar in networkBFEalloc function, there is a TypeError:
because delta is np.array type, which should be matrix type.
The text was updated successfully, but these errors were encountered:
DiffNet/A_opt.py
Line 176 in b45a3d7
F[::K+1] += matrix(di2[:]) works well
Sorry, something went wrong.
No branches or pull requests
DiffNet/netbfe.py
Line 194 in b45a3d7
if we add nsofar in networkBFEalloc function, there is a TypeError:
![image](https://user-images.githubusercontent.com/51395963/96851696-e2ea9980-148a-11eb-85d2-9221b2407aa8.png)
because delta is np.array type, which should be matrix type.
The text was updated successfully, but these errors were encountered: