Raphael Saavedra
Raphael Saavedra
Apparently the change to KaTeX is causing some issues in certain browsers. This is in Safari (see the tilde position): This is the same snippet in Chrome: Changing back to...
We just added guidelines on exports to BlueStyle (https://github.com/invenia/BlueStyle/pull/81), so it would be great to have them here! > All functions that are intended to be part of the public...
Sometimes one might want to do multiple assignments in a single line to reduce number of lines of code, e.g. ```Pmin, Pmax = get_pmin(fnm.system), get_pmax(fnm.system)``` If this is considered bad...
This is a WIP because fit is erroring, we need to investigate. I have done some initial work by fixing `default_filter`.
If we have two components `load1` and `load2`, and both have a time series called `"load"`. The following will return the **values of time series in load1**: ``` load_ts =...
Building the PTDF can be very time and memory consuming. The current LODF function involves building the PTDF, but if we already have calculated the PTDF, this seems like a...
Hello, I'm trying to use LogNormal as kernel, but it is not supported by this package. The main problem seems to be `cf` does not support LogNormal. The docs say...
Base [defines](https://github.com/JuliaLang/julia/blob/ecc0398361495fb08368bf5a38ea3d740e067f52/base/abstractdict.jl#L538) the following for convenience when working with Dicts: ```julia # t[k1,k2,ks...] is syntactic sugar for t[(k1,k2,ks...)]. (Note # that we need to avoid dispatch loops if setindex!(t,v,k) is...
``` [error | JLSO]: ArgumentError: Unsupported version (4.0.0). Expected a value between (1-3). ERROR: ArgumentError: Unsupported version (4.0.0). Expected a value between (1-3). ``` Because it follows the same format...