-
Couldn't load subscription status.
- Fork 49
First steps towards the trajectory endpoint (Johan's legacy) #2310
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
base: main
Are you sure you want to change the base?
Conversation
|
Hi Daniel, Good to see that you are continuing my work, |
|
The following branches are the ones that are relevant for specification as discussed at the OPTIMADE meeting in June 2023: The original branch on which the bioexcel is based is: Let me know if you have any more questions. |
|
Thanks for this @d-beltran (and great to hear from you @JPBergsma!) -- I'll try to keep an eye on this PR, but please ping me on here or over email if there is anything you need help with. |
|
Hey Johan :) The branch I started from was another one: Thanks for the clues! |
Hi everyone,
I tried to rescue as much code as possible from an old branch in the Johan personal repository of optimade python tools.
I removed all the compatibility layer which was specific for our database and fixed most compatibility issues with the current optimade version but there is one last failing test.
You may reproduce the problem running
pytest tests/server/test_server_validation.pyThe error is giving me no clue of what I should do to fix it and I have spend already much time trying to.
I think it is some issue related to queries aiming for 'frame_serialization_format' and 'nvalues', which are two trajectory attributes declared under the 'AvailablePropertySubfields' class. These are declared apart and they are not in the current trajectories specification, so we could simply delete them, but I am afraid there is some error behind this and it will appear back when we declare new property subfields, so it should be understood and fixed before starting to implement the new specification.
This pull request is being done in collaboration with @ml-evs and @ndaelman-hu.