Dan Foreman-Mackey

Results 547 comments of Dan Foreman-Mackey

I can confirm that my suggestion seems to fix things. This must be something to do with how the arrays are getting passed around by multiprocessing. We can leave this...

Sure thing! Here's how I edited your code: https://gist.github.com/dfm/b2b6cdfc61c4de8b5594e636e3c5c70f

Sure - that would be awesome! Thanks Tom!

Hi all — Sorry I missed this before! I'm mostly on parental leave still. > The issue is that the pymc3 sublibrary is not imported anywhere in the package, so...

Great! Thanks for the update. Yes, this is the expected behavior... the idea being that submodules are only "enabled" when they are explicitly imported.

Sorry - I wrote it pretty vaguely! So if I understand @ericagol's proposal for the missing data algorithm, we just need to remove all the rows of `a`, `U`, and...

Sure that would be great! Next week is getting a bit overloaded already. Perhaps some time on Nov 3? Y'all vote by mail in Washington right?

I figured out the transpose rules for multiplication. We need to generalize the matmul to have "propagators" on both the left and right. But in that case, if ``` Z...

I think this is the same issue as https://github.com/exoplanet-dev/celerite2/issues/3 and the problem is that the compilation uses an unreasonable amount of memory because of how it's handling fixed size matrices....

I have plans for better fixes but I have plans for lots of things…