Skip to content
New issue

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

Injection into tf.mean runs into an exception sometimes #22

Closed
nniranjhana opened this issue Nov 30, 2019 · 1 comment
Closed

Injection into tf.mean runs into an exception sometimes #22

nniranjhana opened this issue Nov 30, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@nniranjhana
Copy link
Contributor

This has to do with incorrect implementation in injectFault.py (lines 537, 538):

 # FIXME: This only works if we call np.mean on b[0]. Need to figure out why.
    res = np.mean(a, b[0])
@nniranjhana nniranjhana added the bug Something isn't working label Nov 30, 2019
@nniranjhana
Copy link
Contributor Author

Closing this as a similar issue (#42) has been opened more recently with error log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant