Marcin Rogowski
Marcin Rogowski
We should support weight per spatial point per variable. Looking quickly at the code, I think we may have a bug. We tested the one variable branch heavily in parallel,...
Can you try to run with [this change](https://github.com/MathEXLab/PySPOD/pull/48) in PySPOD?
I generated random data: ``` data matrix X (200, 278946, 5) weights (278946, 1, 5) ``` and tried with 7, 8, 9, 10, 11, 12 processes. All seem to have...
> Now it works, the weights need the second axis as well , mine were just (npts, nvars). > Thanks for looking into this ! Good to hear! Like I...
> Oh, but then that means we can do better, that is, add the missing axis, right Marcin? I'll try to reproduce the issue that @FrankFrank9 ran into and fix...
> I'll try to reproduce the issue that @FrankFrank9 ran into and fix it. I couldn't - worked for me with `(278946, 5)` weights as well.
`pip install pyspod` would install the last published version which does not contain this fix. You'd need to `pip install git+https://github.com/MathEXLab/PySPOD@refs/pull/48/head` or manually clone the repo from the PR and...