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
python pageRank.py directed is not working
its giving error as follows:
Expected input format: python pageRank.py <data_filename>
Traceback (most recent call last):
File "pageRank.py", line 48, in
if sys.argv[2] == 'directed':
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
python pageRank.py directed is not working
its giving error as follows:
Expected input format: python pageRank.py <data_filename>
Traceback (most recent call last):
File "pageRank.py", line 48, in
if sys.argv[2] == 'directed':
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: