Skip to content
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

Error in showing results #6

Open
ebrahimraeyat opened this issue Apr 9, 2022 · 0 comments
Open

Error in showing results #6

ebrahimraeyat opened this issue Apr 9, 2022 · 0 comments

Comments

@ebrahimraeyat
Copy link

As I mentioned here, I run the file manually and when I want to show the results, it gives me the error.

I found that self.step_statics in FeView is 2, then when the program want to get self.deformation parameter with out_response,

response = outrespFile[(steps) - 1, 1:].reshape(-1, 3)

there is no index 1 in outrespFile. when I change the code to below it works:

response = outrespFile[(steps) - 2, 1:].reshape(-1, 3)

thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant