kotfic

Results 40 issues of kotfic

Both: + test_celery.py::test_celery_task_revoke + test_celery.py::test_celery_task_revoke_in_queue Are hanging and causing integration tests to fail. (See: https://github.com/girder/girder_worker/issues/191 maybe?) @cjh1 Would you be willing to take a look (and/or are these features still...

I put this test together while investigating https://github.com/girder/girder_worker/issues/327 Many more tests should probably be written, but this at least demonstrates how to fully mock out the `docker_run` task for posterity's...

This PR relies on https://github.com/girder/girder_worker_utils/pull/30 and provides a proof of concept implementation that relies on a terrible argument metadata API for auto-generation of a girder worker CLI. Consider the following...

This operation can be very slow for large arrays. Mileage may vary.

See: https://github.com/jsonpickle/jsonpickle#numpy-support Sometimes we want to return relatively small numpy arrays (e.g. confusion matricides, etc). Returning large arrays has serious performance costs, but the naive implementation will cover immediately useful...

### Deliverables + circleci tests for python 2 & 3 ### Technical Notes + Most difficult part of transition to Python 3 is in core - as we transition away...