-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fix report_reader to have several time the same index (node_id, compa… #93
Conversation
@alkino can this move forward ? |
LGTM! |
I think we still lack quite a lot of testing here. There is no tests for the ElementReader ? These need to be tested for sure. |
test are in python for ElementReader, test in cpp are more here to help me develop. |
I think you should test the C++ side intensively also. I guess some people (from viz or elsewhere) would prefer to use the C++ version. Also testing both (python and C++) with the same expected values can detect binding problems. In the python part, you are testing some lengths from the |
Also did you drop the idea of numpy array for the data ? |
Also edge cases are missing on the python side :
Also I found this using elements.h5 :
I am fine with this behavior but is it the one you intended ? |
Two things:
|
I'm on it. |
The problem fixed by this PR is not a bug, this is a new way to see data, so I fix test, because we misunderstood things. So the test check what we things as the good way to see things. |
…rtment_id)