bemoody

Results 277 comments of bemoody

Note that the first patch here is equivalent in essence to https://github.com/Kludex/uvicorn/pull/2561 . I didn't see that pull request and would be happy to rebase on top of that if...

Not tested but it makes sense to me. Thanks! The logic for reformatting date strings looks fragile and I wonder if there's a reason it's not just using strftime("%d/%m/%Y"). But...

Sure, seems like the problem is that "uv run --extra dev pytest" is doing something bizarre. I don't know exactly what that command is doing or trying to do, but...

I appreciate your efforts to try to get to the bottom of these issues! However, I don't think wfdb package should *require* numpy 2 at this stage, and I'm not...

Thanks! > Of course, that's why I suggested to pin several NumPy versions (e.g., the oldest supported NumPy version per Python version). Yeah, that seems like a reasonable workaround as...

Please explain what you're trying to do. The change you're suggesting does not make any sense to me.

Header files just have a `.hea` extension - `100.dat.hea` is not valid. For example, the header file for record `100` is [`100.hea`](https://www.physionet.org/content/mitdb/1.0.0/100.hea). You can load this record using `wfdb.rdrecord(record_name="100", pn_dir="mitdb/1.0.0")`....