Results 267 comments of Alex Rothberg

Where do we stand with this? I am seeing what I think are truly crazy queries being generated. First this query runs and gets a list of all the rows...

Okay, cool. Thanks for looking into this. To double check: this is a limitation with the clFFT library that can hopefully be "emulated" around in either gpyfft or with numpy...

requires: https://github.com/4Catalyzer/flask-resty/issues/177

204 seems fine but 1. Confirm elb now allows specifying return code (I believe it does). 2. Be aware that this will be an unexpected breaking change for anyone using...

I think one option would be to make this lookup be a set of utility function and then let the writer of the view decide how they want to do...

With more logging: ``` sending function jobs to cluster 2015-07-22 07:16:39,356 - gridmap.job - INFO - Setting up JobMonitor on tcp://10.1.3.165:35470 2015-07-22 07:16:39,771 - gridmap.job - DEBUG - Starting local...

It looks like the workers are trying to load `drmaa` and failing to do so: ``` Traceback (most recent call last): File "/home/ec2-user/.pyenv/versions/2.7.10/lib/python2.7/runpy.py", line 151, in _run_module_as_main mod_name, loader, code,...

Okay. That explained the hanging. That being said, now I am not seeing any warnings in the log due to this: ``` No handlers could be found for logger "gridmap.conf"...

I am curious how `graphsource` is being used by this package. I see it listed as a dependency in `package.json` but don't see it being used in the code itself:...