gschwind
gschwind
I solved the issue by removing some optimization as follow: gschwind/xtensor-blas@085fa0e07c3c4c3128215b6f8f584ef57ffad4b1
Hello, I do not know how mode=memory and cache=shared may affect this issue [1]. In other hand, I would just state in the documentation that this mode is not supported...
Hello, I implemented a draft of dynamic status. I'm not very happy with my draft but at less it's work. I will need it to handle process queue. https://github.com/gschwind/PyWPS/tree/implement-dynamic-status Best...
I will have a look, Thanks for feed back :)
Hello, after a first look I gather two issue. The first one is fixed by gschwind/pywps-emu@6e4e3aa394cfec59a61db1505d696affeff2c383 and it's due to change that make request url ends with /wps when wps...
Hello, I did fixed more test regarding previous comment here : https://github.com/gschwind/pywps-emu/commits/update-test I have also some update to fix outputs storage, but I need to fix issue for inputs. I...
Hello, I working on replacement of this patch suite, the first part is in #667 Best regards
Hello, Yes look sane, we may also use `copy(some_list)` Best regards.
I created a possible fix: gschwind/PyWPS@b369be30b8b1215e2bd54d68485e183d04685803 But maybe it could be best to separate the process execution path when RawDataOutput is requested. Best regards
I tried to improve the situation with #358