Skip to content

Partial Python 2/3 compatibility of the BundleTrajectory.

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

Make it possible to write a BundleTrajectory with Python 2.X and later read it with Python 3.X.

The opposite will require a completely new backend. Such a backend is on the to-do list, but for now this interim fix will help a lot.

Merge request reports