olivia632
olivia632
is this issue still open to work on
i want to start on this
k I will work on that and then reach you back
there are 3 test cases failing in the original code can you clarify on that
==================================== short test summary info ==================================== FAILED analysis/test_lineardensity.py::test_invalid_grouping - TypeError: 'method' object is n... FAILED analysis/test_lineardensity.py::test_lineardensity[residues-expected_masses1-expected_charges1-expected_xpos1-expected_xchar1] FAILED analysis/test_lineardensity.py::test_lineardensity[segments-expected_masses2-expected_charges2-expected_xpos2-expected_xchar2] =========================== 3 failed, 2 passed, 15 warnings in 0.68s ============================
can you give a link to this repository I want to help with this
how can I help you create benchmarks for the following functions?
as we have a built-in function for this we can use Timeit @richardjgowers timeit.Timer(lib.distances.calc_bonds).timeit(number=number) as in here number we refer a number of times we want the function to be...
thanks i got it @hugo On Sat, Mar 26, 2022 at 11:17 AM Hugo MacDermott-Opeskin < ***@***.***> wrote: > Hi @olivia632 , when we talk about > benchmarks in this...
[https://asv.readthedocs.io/en/stable/writing_benchmarks.html](url) can we do something with help of this