Gord Stephen
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.
That is indeed strange... I'll try to look at this when I have some free time next week. What version of Pandoc are you using? Edit: May also be relevant:...
Thanks so much for this! It will probably take me a while to get through everything but at first glance this looks great.
Hello! Sorry for my extended absence. I’m supportive of this. Honestly, my needs are being better met by https://github.com/GordStephen/pdblog (or Hugo for more complicated things) and I would be happy...
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...