Jesse Grabowski

Results 168 comments of Jesse Grabowski

I think discourse makes the most sense. Sorry I didn't see your other message last night. I think being really complete would be nice, and we can pair it down...

COLA doesn't implement everything I don't think. If you can't find it just make a note that it doesn't seem to be implemented and move on. You need to hurry...

Include the list in your proposal and I'll edit this post to include the links (crediting you in the first post of course)

I think so? I added a check to copy the input matrix or not. I need to test it more carefully to make sure it does what I want it...

I had removed a `.astype(input.dtype)` to the output of `Cholesky().perform`, so it made the integer test fail. Everything should pass now. #578 is just a general numba speedup, the two...

I don't mind at all, but I'd rather you explained it to me so I can do it right next time. I read the link, but it suggested I write...

I just did an interactive rebase and squashed things together. Is that all I needed to do?

Should probably use the logger for anything that is actually supposed to be printed to the console?

@ricardoV94 should we have different yml files for each platform we test on? See [here ](https://github.com/pymc-devs/pymc/tree/main/conda-envs) as a template to follow.