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

New guesser interface broke behaviour downstream #4748

Open
IAlibay opened this issue Oct 20, 2024 · 5 comments
Open

New guesser interface broke behaviour downstream #4748

IAlibay opened this issue Oct 20, 2024 · 5 comments

Comments

@IAlibay
Copy link
Member

IAlibay commented Oct 20, 2024

Several mdakits' CI broke overnight with the following error: ValueError: there is no reference attributes in this universeto guess types froma

This means that the new guessers interface did a breaking change that we aren't aware of.

This will need to be fixed before the 2.8 release.

@lilyminium
Copy link
Member

I'm just out but can look at this in an hour or so!

@IAlibay
Copy link
Member Author

IAlibay commented Oct 20, 2024

Prolif also fails because we removed the guessers interface: ModuleNotFoundError: No module named 'MDAnalysis.topology.guessers'

@IAlibay
Copy link
Member Author

IAlibay commented Oct 20, 2024

Similarly pytim fails because it attempts to call guess_types but it no longer exists: https://github.com/MDAnalysis/MDAKits/actions/runs/11422930196/job/31781508635#step:10:33

@IAlibay
Copy link
Member Author

IAlibay commented Oct 20, 2024

cc @Marcello-Sega - this is where we're tracking the breaking changes from the guessers update: MDAnalysis/MDAKits#217

@IAlibay
Copy link
Member Author

IAlibay commented Oct 20, 2024

I have raised #4749, #4750, and #4751 as issues that need fixing before the release.

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

2 participants