Oliver Haas
Oliver Haas
Just encountered this a couple of days ago, and want to add some things if somebody wants to tackle this in the future. This problem of lost accuracy can occur...
Some thoughts on the topics discussed here: ----- What PyAbel implicitly assumes as of now is that the data can be zero padded by however many zeros the method uses...
Thank you for the quick response. Many of your questions/remarks could be answered with "Hopefully I get around to it soon to improve it." And I hope that's somewhat normal...
> PyAbel already has some Cython code (for the Direct method). It would be nicer to keep as much as possible in pure python, but if Cython is required for...
To add to my previous post, I looked at the comparison of PyAbel and openAbel methods again and tried to figure out the convergence issue. I switched from looking at...
Hello again, > Sorry to be the dummy here, but what do you mean by convergence and how is it illustrated within your plots? When I talk about convergence in...
Hello again, so here probably my final remarks: I looked at three_point again and I think the reason it's only first order is due to Dasch using a first order...
> > using an extra/empty element seems counter-intuitive > > Totally understandle, it's a bit of a "hack" given your situation indeed. Though, having a `hx-indicator="none"` value here would cause...
I've also found ``` :root:has( :is( .modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open] ) ) { scrollbar-gutter: auto; overflow: auto; } ``` This keeps the window/top-level scrollbar like it was (non-darkened...
> Also, I'm curious what others have done when encountering this issue? Do you all just use type-ignore and move on? I just stumbled upon this, and I think the...