Ilya Sytchev
Ilya Sytchev
I prefer option A since lists and pairs are fundamentally different. However, final implementation should really be based on results of UX testing.
Another option is to use something like Monit: https://hiddentao.com/archives/2012/01/27/processing-long-running-django-tasks-using-celery-rabbitmq-supervisord-monit/
There is no error message as of v1.6.3. The activation page now shows "Account activated. Confirmation email sent to the user." There should be no additional emails sent to the...
It looks like Apache/Django uses up all the available memory in the system
Another data set that causes this: https://hsci.stemcellcommons.org/data_sets/941a7b11-5ee8-4419-b9ec-27b0ddc2c946/#/files/ (sampleA1_rsem)
The code in question is broken by design. Different error rates are simply due to random order of items returned by the filter() function. It's just a matter of time...
I did not use Test workflow: SPP analog. The IndexError is due to the value of the `index` variable derived from a randomly ordered list of one size used for...
Updating workflow annotations is useful but it does not fix fundamental problems with the code in _get_output_connection_to_analysis_result_mapping().
The function in question `_get_output_connection_to_analysis_result_mapping()` is also causing random [test failures](https://travis-ci.org/refinery-platform/refinery-platform/builds/436321330): ``` FAIL: test___get_output_connection_to_analysis_result_mapping (core.tests.AnalysisTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/refinery-platform/refinery-platform/refinery/core/tests.py", line 718, in test___get_output_connection_to_analysis_result_mapping (self.analysis_node_connection_a, analysis_result_1) AssertionError:...
A Travis build just failed again due to this issue: https://travis-ci.org/refinery-platform/refinery-platform/builds/563759322#L6078 ``` FAIL: test___get_output_connection_to_analysis_result_mapping (core.test_models.AnalysisTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/refinery-platform/refinery-platform/refinery/core/test_models.py", line 368, in test___get_output_connection_to_analysis_result_mapping (self.analysis_node_connection_a, analysis_result_1) AssertionError:...