Gord Stephen

Results 28 comments of Gord Stephen

Seeing the same error (on one machine but not the other) here when overwriting an existing file - deleting it fixed it for me as well.

In the spirit of brainstorming, could I suggest splitting the "canonical" data and the tool-specific formats into separate repositories? Or better yet, canonical data + one repository per tool? That...

Cool. You should still be able to pull in a whitelisted set of format generators as part of a CI workflow, if you want to automatically generate new formatted data...

In theory, sorting should already be happening: https://github.com/JuliaArrays/AxisArrays.jl/blob/702623f94a96f4f6cb3f5e8e8393eb72c2c05276/src/combine.jl#L42 Strange that it's not, maybe the axis isn't being recognized as a Dimensional for some reason... I would consider this a bug.

Definitely feasible, whether TimeModels.jl is the right place for it, I'm less sure... Sounds like the type of thing that could be in a standalone Kalman package. TimeModels could import...

Yes, I think eventually that would be ideal, although there's still some work to be done to ensure that whatever package ends up being used supports everything that's needed -...

Ok, cool, then an easy first step is probably to recreate (where nessecary) TimeModel's general-purpose Kalman functionality (i.e the `kalman_filter` and RTS version of `kalman_smooth`) over in StateSpace and remove...