Skip to content

Make bundletrajectory work in Python 3, and enable the test.

username-removed-265766 requested to merge schiotz/ase:bundle_py3 into master

The bundletrajectory did not work in Python 3, because it did not open files in binary mode.

There is most likely still a compatibility problem between bundletrajctories written with Python 2 and Python 3.

Merge request reports