Stefan Groha

Results 3 issues of Stefan Groha

I am using SeqLib to read in bam/cram files on a cloud instance. After compiling the library with gcloud support, most of the time reading in bam files works, however...

Example: ``` x = torch.tensor([0.2,0.3,0.4,0.5],device=device).float() y = torch.tensor(np.exp([0.2,0.3,0.4,0.5]),device=device).float() for i in range(1024): Interp1d()(x, y, torch.tensor([0.2,0.3,1.],device=device)) ``` After iteration 1023 I get the following error message: ``` /opt/conda/lib/python3.7/site-packages/torchinterp1d/interp1d.py in forward(ctx, x,...

**Describe the bug** I use Spacemacs and Mendeley and I am trying to directly access the pdfs of files through citar, however when I try to set ``` (setq citar-file-parser-functions...

bug