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? # 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
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
The text was updated successfully, but these errors were encountered:
Yes. we need to fix it.
Sorry, something went wrong.
I will take care of it.
Fix issues #13, #14, and #15
a7288ed
Fix issues NVIDIA#13, NVIDIA#14, and NVIDIA#15
801c7e8
Merge pull request #18 from miguelangel/fix-13-14-15
e1f2df9
Fix issues #13, #14, #16 in cuIndicator.ipynb notebook
miguelusque
No branches or pull requests
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:
Hope it helps!
Regards,
Miguel
The text was updated successfully, but these errors were encountered: