Chadwick Boulay
Chadwick Boulay
Tests have now been replaced with GHA in #106 . I think this issue stays open until pypi releases are replaced too. Is that right?
Can you make a trivial change and commit it? I'm hoping to trigger a CI build and that it will run the test suite. Maybe add a newline at the...
FYI, LabRecorder was originally a Python app so you can find some inspiration in that old code. https://code.google.com/archive/p/labstreaminglayer/source/default/source
Please upload the file somewhere so we can investigate.
If you mean > Which is more accurate? Then I don't think there's an answer to that question. The best you can do is "which clock do you trust more?"....
@cbrnr I don't know if it's directly relevant to your issue, but you might enjoy https://link.springer.com/article/10.3758/s13428-021-01571-z
@behinger that is correct, it is not in the code right now. I can imagine that we could specify one of the stream's with a nominal rate as being "ground...
@cbrnr , ah, I was operating under the assumption that you only needed headers, so I renamed `parse_chunks` to `parse_stream_header_chunks` to be explicit. Sorry about that. We can rename it...
Of course! We need the headers-only feature sooner-than-later but we're happy go use the branch for now. Happy New Year :partying_face:
@agricolab - Based on what Clemens said, I think I should rename `parse_stream_header_chunks` back to `parse_chunks`, so you don't need to worry about that. Let me explain the organization as...