Amit Kumar

Results 70 issues of Amit Kumar

It seems like the GPU tests have started to fail with the latest Numba version: Ref: https://github.com/pystatgen/sgkit/runs/4906151881?check_suite_focus=true ``` self = dispatcher = griddim = (1, 1, 1), blockdim = (32,...

In the following code the dask version is returning ints in [0, 2] and the numpy arrays are floats in [0, 1]. https://github.com/pystatgen/sgkit/blob/9cc4490d89c27d5e00322b517a74c626043b105d/sgkit/tests/test_distance.py#L20-L28 Following change was suggested for the same...

We use Literal types for creating a list of Enum string values to be used in the code base, but we only rely on mypy at the moment for checking...

We'll soon have some GPU implementation of Pairwise distance functionality: https://github.com/pystatgen/sgkit/pull/498 ## Primer on GPU and the Problem The architecture of a GPU is divided into grids and each grid...

At the moment we use `requirements.txt` for creation of environment for development and usage. Although its quick to get started with pip, I think its a good idea to start...

Since dockerhub introduced pull limits on images, it seems we have reached that limit, here is the test failing due to the same: ``` Building app Step 1/19 : FROM...

It seems Google changed some permission settings and we're not able to deploy now. Error: ``` PERMISSION_DENIED: You do not have permission to act as '[email protected]' ``` Fix: permission to...

critical

I think @travis-ci is becoming annoying day by day, the last job triggered has been in the queue for over an hour and its mostly like this.

Currently the automated testing is only done on Chrome. It is important to add the functionality to be able to support more than one browser.