Aniket Singh Rawat

Results 44 comments of 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... ![image](https://user-images.githubusercontent.com/31622972/216066673-5d32512d-07bd-4dfa-8d64-9273e8a37701.png) 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 ![n-none](https://user-images.githubusercontent.com/31622972/214383572-95a5d3d8-a814-4450-be2f-662cedeba31b.png) with parallelization (4 workers) ![n-auto(4)](https://user-images.githubusercontent.com/31622972/214383895-889153ae-5987-4223-816e-4546cb13cc6a.png) with parallelization (6 workers) ![n-6](https://user-images.githubusercontent.com/31622972/214383829-7c175117-127e-442d-bedf-fc9021250c8a.png) as you can see there isn't much...