Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[BUG] cuIndicator.ipynb - Runtime error in cell #3 - Missing file #14

Closed
miguelusque opened this issue Aug 5, 2019 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@miguelusque
Copy link
Contributor

Hi,

When running cuIndicator.ipynb notebook the following message is displayed in cell #3:

FileNotFoundError: File .cache/node_csvdata.hdf5 does not exist

I would sugget to perform the following change to fix the issue described above:

action = "load" if os.path.isfile('./.cache/node_csvdata.hdf5') else "save"
df = run([node_csv, node_sort], ['node_sort'], {'node_csvdata': {action: True}})[0]

Hope it helps!

Regards,
Miguel

@miguelusque miguelusque self-assigned this Aug 5, 2019
@miguelusque miguelusque added the bug Something isn't working label Aug 5, 2019
@yidong72
Copy link
Collaborator

yidong72 commented Aug 5, 2019

Yes. we need to fix it.

@miguelusque
Copy link
Contributor Author

I will take care of it.

miguelusque added a commit that referenced this issue Aug 5, 2019
miguelusque added a commit to tensorflowfd/rapids-gQuant that referenced this issue Aug 5, 2019
yidong72 added a commit that referenced this issue Aug 6, 2019
Fix issues #13, #14, #16 in cuIndicator.ipynb notebook
@yidong72 yidong72 closed this as completed Aug 6, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants