Christopher League
Christopher League
I'm looking into the drop in coverage on ring.py. Would to complete/resolve the ring → ring2 replacement/merger with this branch?
Just a note that I'm able to reproduce this error on my little MacBook Air: ``` FAIL: test_read_drx_single (test_udp_io.UDPIOTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/league/p/bifrost/test/test_udp_io.py", line 408, in...
Oof. I've seen the `EndOfDataStop('BF_STATUS_END_OF_DATA')` intermittently too, on Linux, although the test apparently passes. On Mac, it seems that I reliably fail `test_read_drx_single`. Earlier today, I think I saw that...
Yeah I was just wondering if a CI environment is more or less consistent/reliable when it comes to timing issues. Or neither, but just different. FWIW, I just pulled in...
Yeah, I'm failing to understand something. I think this mod is related to what your expansion did: ```py ## Reduce to match the capture block size print(final.shape, data.shape) # (147,...
I think we're not using clang anymore either, because of other problems that arose with c++17 and ``! The github macos-latest picks up gcc, so I switched nix to doing...
Looks like you got it… nix is picking up clang again on mac and it went through. It was unclear to me, and a little surprising, when I discovered that...
Here's a small discussion I found that pinpoints the exact problem, with an array of solutions: https://stackoverflow.com/questions/41378623/c-interface-of-c-code-how-to-avoid-mismatched-tag-warning and it looks like gcc may be adding a similar warning, though devs...
I guess IMO, `src/bifrost` should represent the public interface, and in turn, anything needed to build solutions/plugins using Bifrost would go there. It does seem like assert and utils might...
Do either of you know what are the conditions under which ssh issues "bad owner or permissions"? I have my `~/.ssh/config` in the nix store, managed by home-manager, and I...