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
I was just running through the tutorial data for running emap2sec and I see that there is a discrepancy between documentation online and the tutorial with the actual code. It appears your code is looking for an input paramter 'factor' as an argument passed through the command line, but I don't know what this should be.
Thanks,
mike
Emap2sec/data_generate/dataset.py d1kafa_trimmap d1kafa_dataset d1kafa
Traceback (most recent call last):
File "/software-cryoem/Emap2sec/data_generate/dataset.py", line 37, in <module>
factor=int(sys.argv[5])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Hello,
I was just running through the tutorial data for running emap2sec and I see that there is a discrepancy between documentation online and the tutorial with the actual code. It appears your code is looking for an input paramter 'factor' as an argument passed through the command line, but I don't know what this should be.
Thanks,
mike
The text was updated successfully, but these errors were encountered: