We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gromacs2023 is out and, similarly to what happened with previous releases, TPRParser complains about the TPX version. The actual error is:
TPRParser
NotImplementedError: Your tpx version is 129, which this parser does not support, yet
What is the course of actions in this cases? Just to have a timeline for when we will be able to use Gromacs2023 and MDAnalysis.
Thanks!
The text was updated successfully, but these errors were encountered:
Someone will need to reverse-engineer the new TPX file format version and implement it in our TPR reader.
@jbarnoud are you able to look at this?
Sorry, something went wrong.
This version was surprisingly easy to deal with. I just submitted a pull request.
@bosonie if you want the feature, you have to either wait for release 2.5.0 or install the development version.
jbarnoud
Successfully merging a pull request may close this issue.
Gromacs2023 is out and, similarly to what happened with previous releases,
TPRParser
complains about the TPX version.The actual error is:
What is the course of actions in this cases? Just to have a timeline for when we will be able to use Gromacs2023 and MDAnalysis.
Thanks!
The text was updated successfully, but these errors were encountered: