Sakshi-2797
Sakshi-2797
Hi @Zethson , The reason why we introduced flavors here is that we wanted the traditional implementation to be present in case anyone wanted to use it. We just introduced...
> Unfortunately, I run into > > ``` > __________________________________________________________________________________ test_scale[use_fastpp] ___________________________________________________________________________________ > > flavor = 'use_fastpp' > > @pytest.mark.parametrize("flavor", ["default", "use_fastpp"]) > def test_scale(flavor): > adata = pbmc68k_reduced() >...
> @pytest.mark.parametrize("flavor", ["default", "use_fastpp"]) Hi @Zethson , I tried running the modified testcase mentioned above , but it seems it is failing because sparse matrix is being passed in it...
> While I appreciate the work, and the speedup would be helpful, I am wary of a new dependency on a binary library like this -- I also note you...
Hi @ivirshup, I am part of Intel Labs and we are trying to accelerate the genomics pipeline. We are trying to push some changes into scanpy details about which are...
Hi @Zethson, Thank you so much for the response. Please let us know if any updates/changes are required to be done from our side in the above contribution, we will...