carmenalab / brain-python-interface

Other
6 stars 8 forks source link

Fix celery #31

Closed TomekFraczek closed 4 years ago

TomekFraczek commented 5 years ago

The most recent versions of Django no longer requires Celery to be installed as a django plugin and can is instead installed as a standalone tool. We remove the old installation of celery (django-celery) and replace it with the newest celery (Celery 4.3.0) stndalone, including the new install method.

We also replace OpenGL-accelerate with the newer version of the repo

Partial fix of https://github.com/carmenalab/brain-python-interface/issues/21

sgowda commented 5 years ago

This looks fine. Can you add a simple unit test for the celery functionality and add to db/tracker/tests.py? I believe there aren't any currently, unfortunately, so there's no automated way to tell if this works.