chime-experiment / dias

A data integrity framework
https://dias.readthedocs.io/
GNU General Public License v3.0
2 stars 0 forks source link

Two bugfixes #173

Closed anjakefala closed 3 years ago

anjakefala commented 3 years ago

The first bug came up when the tracker found multiple flaginput acquisitions within a timeframe.

It would only validate flags in the most recent acquisition, instead of in all of them, bc of me accidentally putting flg = dict() within the acquisition loop. (This is the source of the new "Flag IDs not found" bug.)

The second bug was that a Unix timestamp float was being compared with a datetime object.