-
Hello, everyone!
I am confused about the searching range of the coarse-grain operation. Supposing filter scale = 100km and Kernel_opt = 4 which is a tanh kernel. I noticed that there is a Kernpa…
-
The order (indices) of the coarse grained states obtained by
fluxAB = msm.tpt(M, A, B)
fluxAB.coarse_grain(my_coarse_sets)
is unclear. A is always at index 0 and and B is always at index n, bu…
-
We should support input fields with missing data. I'd argue that by default, if a nan is encountered, cloudmetrics should exclude that pixel from the metric calculations as much as possible, that is, …
-
Provide self-updates on the progression of the project through a stand-up or daily scrum type format.
-
Thanks for the cool library!
I find there are binary values for Transfer Entropy input. such as :
`xs = [0,1,1,1,1,0,0,0,0]
ys = [0,0,1,1,1,1,0,0,0]`
Is it possible to use continuous values i…
-
What settings do I have to choose in `constants.hpp` to guarantee that the filter commutes with derivatives? I suspect
* ```DEFORM_AROUND_LAND = false``` (does this mean: don't change the kernel shap…
-
xref: https://github.com/sparks-baird/matbench-genmetrics/issues/77
If the sites aren't already sorted, best to sort. Perhaps using [`s.copy(sanitize=True)`](https://pymatgen.org/pymatgen.core.stru…
-
It's a minor issue, but I accidentally evaluated a large sparse matrix (~500M rows) in REPL and it caused a ~5-second freeze. Not sure what's happening under the hood but I assume it tries to output a…
-
The symbol "No" in the caption of Fig.1 (and Fig.2) in the paper is not defined. Does it mean the starting step, or the total number of renormalizations? In order to reproduce the complexities listed …
-
Dear @giorgionicoletti,
I recently encountered your research and publication on PRG, and I appreciate the insights you provided. I am currently working through your PRR 2020 paper and attempting to…