Skip to content

Fix g.next -> next(g). Compatible for py >= 2.6

username-removed-431132 requested to merge jochym/ase:abinit-py3-fix into master

Fix for python 3 incompatibility in abinit calculator. The next() method has been renamed to next. Portable way to call it is to use a build-in next function on the object.

Merge request reports