fact-project / photon_stream

Explore the novel photon stream, based on the single photon extractor
6 stars 2 forks source link

Fix lock file assertion #67

Closed relleums closed 6 years ago

relleums commented 6 years ago

A change in the API of filelock made our unit-tests fail.

From now on use lock files the way they are meant to be used, see https://github.com/benediktschmitt/py-filelock.

Fix issue #66