-
Thank you for the great tool. I have been trying to run mstat on some DNA methylomes (see command below). When I set of -f to pdf, I get the below error message and the .data output file has NAs in mo…
-
### Bug report
boxplot throwing an error (below) when x is an ndarray with len(x.shape)==2 (I.E. when x is rectangular).
**`ValueError: List of boxplot statistics and 'positions' values must hav…
-
1. Which driver are you using and version of it (Ex: PostgreSQL 10.0):
Redis 5.0.8 (00000000/0) 64 bit
2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81):…
-
Original ticket http://projects.scipy.org/numpy/ticket/897
Reported 2008-08-29 by trac user chrisshucksmith, assigned to atmention:pierregm.
Putting a datetime object into a masked record array (caus…
-
_Original ticket http://projects.scipy.org/numpy/ticket/897 on 2008-08-29 by trac user chrisshucksmith, assigned to atmention:pierregm._
Putting a datetime object into a masked record array (causing …
-
Original ticket http://projects.scipy.org/numpy/ticket/897
Reported 2008-08-29 by trac user chrisshucksmith, assigned to atmention:pierregm.
Putting a datetime object into a masked record array (caus…
-
### Steps to reproduce
1. Install Ulauncher
2. Launch Ulauncher in i3-Gnome-flashback
3. Observe the border
### Current behavior
![Screenshot from 2020-09-16 20 51 52](https://user-images.git…
-
I was getting a broken pipe error, i believe caused by socket size limits when sending to graphite, so I changed the send_to_graphite to chunk up the data which seems to have fixed the issue. Not sur…
-
```
What steps will reproduce the problem?
import PyV8
import eventlet
class Global(PyV8.JSClass):
def sleep(self, seconds):
eventlet.sleep(seconds)
def run(n):
with PyV8.JSContext(G…
-
```
What steps will reproduce the problem?
import os, gc
import PyV8
def get_mem():
a = os.popen('ps -p %d -o %s | tail -1' % (os.getpid(),"vsize,rss,pcpu")).read()
a = a.split()
return (…