Skip to content

BUG: Fix Win32 PermissionError in test/autoneb

username-removed-261087 requested to merge tdaff/ase:autoneb_windows into master

Trajectory object seems to keep the file open and the autoneb test tries to delete trajectory file, resulting in a PermissionError on Windows. Delete the finished optimiser to allow the file to be cleaned up properly.

See: https://ci.appveyor.com/project/tdaff/ase/build/1.0.149

Merge request reports