Aniket Singh Rawat
Aniket Singh Rawat
Tried everything.. building failed everytime.. i am using java jdk 8u.201... Please help! if another versioin of java has to installed please give the full name.. thanks!
@mrava87 i would like to work on this issue
@mrava87 do we still need to add this? I would like to work on this if it is still relevant.
@mrava87 I would like to work on this
From what i can understand, we have to add dampening at each iteration. I would add the dampning factor to the `solve` method `self.c = self.r + b * self.c`...
Hi @mrava87 is this issue still open? I would like to work on this
came across this...  but looking at sympy's implementation of FWHT, we can implement it in pylops... ``` def _walsh_hadamard_transform(seq, inverse=False): """Utility function for the Walsh Hadamard Transform""" if not...
i have worked with pytest before and it can get very slow at times. how i solved this with my case was by running the tests in parallel using the...
@mrava87 it was used with jenkins. we just need to add `-n ` at the end of pytest command. (ofcourse `pytest-xdist`should be installed via requirements.txt)
I tested out parallelization locally, here are some interesting results without parallelization  with parallelization (4 workers)  with parallelization (6 workers)  as you can see there isn't much...