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
Hi, thanks for the great work, I have a question about the function get_pem_smp_weight() of model.boundary_module.py.
At line 77 you assigned xmax = (j + 1), and at line 79 length = xmax - xmin. Based on your paper and the comment written in the file, I thought that xmax should be (i + j + 1) and length = (j + 1).
Consider a case that i = 10, and j = 0, in this case, xmax = 1, length = -9. it is quite confusing to me that how length < 0 mean.
Thanks for reading, please correct me if I am wrong.
The text was updated successfully, but these errors were encountered:
Hi, thanks for the great work, I have a question about the function get_pem_smp_weight() of model.boundary_module.py.
At line 77 you assigned xmax = (j + 1), and at line 79 length = xmax - xmin. Based on your paper and the comment written in the file, I thought that xmax should be (i + j + 1) and length = (j + 1).
Consider a case that i = 10, and j = 0, in this case, xmax = 1, length = -9. it is quite confusing to me that how length < 0 mean.
Thanks for reading, please correct me if I am wrong.
The text was updated successfully, but these errors were encountered: