Francesco Mario D'Afiero
Francesco Mario D'Afiero
When equation is correctly resolved in its original latex this happens in terminal When equation is not correctly resolved in its original latex this happens and in terminal: Neither pix2tex...
I'm using MacOS. But I'm not sure the issue is related to retina display itself, it seems like the rectangle from python GUI is not correctly captured. If you see...
> Please provide a [Minimal Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) with included data files. This will enable us to reproduce and verify the issue on our end, ultimately helping us address the issue....
> You're trying to contour at the specific value of `100` by passing `np.array([100])` which is far outside the bounds of the `"p"` array in this mesh: it has a...
I'm having the exact same issue, same error message. Have you solved? Any idea? Actualy I was using `meshio convert test.msh test.vtu`
Thank you now I'm able to run with 2-3 ranks but I get the same error when I scale this up. For reference my weights shape is: `(1394730,)` and my...
Unfortunately I can't make an easy reproducible thing. I guess anything with those shapes should work. It is an error in redistributing data. Let me know
I get the same error: ```shell ValueError: cannot reshape array of size 139473 into shape (139475,1) During handling of the above exception, another exception occurred: ```
> I generated random data: > > ``` > data matrix X (200, 278946, 5) > weights (278946, 1, 5) > ``` > > and tried with 7, 8, 9,...
> > Now it works, the weights need the second axis as well , mine were just (npts, nvars). > > Thanks for looking into this ! > > Good...