You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be argument unpacking changes that are py3 specific. I think you previously couldn't have named kwargs after a variable length list of args. I think when @lilyminium was reworking Universe creation she ran into this a bit if you want to find the PR
Just having a look through core.Universe and I'm noticing there's a lot of comments tagged as "Py3 TODO"
e.g.
mdanalysis/package/MDAnalysis/core/universe.py
Lines 141 to 142 in 45e56e8
It's unclear to me what are intended by these, but now that we are solely py3+ we should either implement them or remove the comments?
The text was updated successfully, but these errors were encountered: