Changeset 6da9b03 in ammosreader


Ignore:
Timestamp:
08/17/23 08:07:27 (22 months ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
guix
Children:
8285d99
Parents:
7bc034f
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ammosreader/PDW.py

    r7bc034f r6da9b03  
    3333
    3434        nanoseconds = (parts[0])
    35         print(nanoseconds)
    3635        unix_time = np.datetime64('now', 'ns').astype(int)
    37         print(unix_time)
    3836        if nanoseconds >= unix_time:
    3937            raise OverflowError("Timestamp invalid")
Note: See TracChangeset for help on using the changeset viewer.