Raphael Saavedra

Results 18 comments of Raphael Saavedra

Reading the thread you linked, it looks like a certain Safari version caused this issue and MathJax has fixed it, it is likely that KaTeX has not.

If I recall correctly, this was the page I used as example, where the tildes were misplaced: https://lampspuc.github.io/ScoreDrivenModels.jl/latest/manual/#Links-1 I have opened it with Chrome and Safari and both look fine....

If there's going to be some documentation on what's good and bad "closing content", there's a good reminder about `:` being dangerous here https://github.com/JuliaLang/julia/issues/35572

Hey @juliohm, thanks for raising this :) I think I know what the issue is and it's pretty simple. This code is getting refactored but I'll open a PR to...

Exact initialization is still not implemented. You can try to use the square-root filter as it is pretty straightforward, just keep in mind that the tradeoff for stability is sacrificing...

You can access the matrix using `PTDF_matrix.data`, see https://github.com/NREL-SIIP/PowerSystems.jl/blob/master/src/utils/network_calculations/ptdf_calculations.jl#L6

Thanks for the clarification!

On the `get_data` topic: is there a single function that does that? `get_data` returns the TimeArray, so fetching the values requires `values(get_data(load_ts))` – which is completely fine, was just wondering...

>pray we never have to handle the case mentioned in https://github.com/nickrobinson251/PowerFlowData.jl/issues/27 where there's a comma (not a space) separating the last "real " column and the "comments" IIRC this was...

Just guessing out here since I know very little about how this package is structured, but wouldn't it be a good idea to make it so that both cases can...