Skip to content

Commit

Permalink
Remove TODO's tracked in #567,
Browse files Browse the repository at this point in the history
  • Loading branch information
bilderbuchi committed Aug 2, 2022
1 parent 27cb552 commit fdc875d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pymeasure/adapters/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,3 @@ def read_bytes(self, count):
self._read_buffer = to_bytes(p_read)[count:]
self._index += 1
return to_bytes(p_read)[:count]

# TODO: Harmonise ask being write+read (i.e., remove from VISAAdapter),
# use protocol tests to confirm it works correctly
# TODO: Remove all now-unnecessary ask() implementations -
# read and write implementations should have all (test this)
# TODO: Implement over-the-wire message-traffic logging here, first
# TODO: Check timing impact of non-firing logging messages
# TODO: Roll out message-traffic logging to all Adapters, try to DRY

0 comments on commit fdc875d

Please sign in to comment.