-
Notifications
You must be signed in to change notification settings - Fork 2
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
python run error with attached file "IndexError" #1
Comments
ade585
changed the title
python error with attached
python run error with attached file "IndexError"
Mar 21, 2024
I meet the same err. It is raised from 'construct_A_matrix()' and index out of bounds. Could you please tell me how do you fixed it ? Thank you very much! |
Well, I just simply add a index check :
` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with files attached below I get a python error when launching --data_dir data/mytest
index error detected on def construct_A_matrix(self):
line A[self.inner_pos, n2_pos] = 1
can you check ?
The text was updated successfully, but these errors were encountered: