Skip to content

BUG: Deleted function annotations in correct_occ_number to make it python2 compatible.

In a recent change in setup.py function annotations have been added to the definition of correct_occ_number. These are not supported in python2 and raise Syntax errors.

I suppose GPAW and it's users have changed (or are currently changing) over to python3. Would you, however, please consider merging this fix for python2 users (like me), who have not changed yet?

Merge request reports