You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 114, in get_response
response = wrapped_callback(request, _callback_args, *_callback_kwargs)
File "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", line 99, in _wrapped_view
response = view_func(request, _args, *_kwargs)
File "/home/kost/miXGENE/mixgene_project/mixgene/util.py", line 117, in wrapper
result = func_to_decorate(_args, *_kwargs)
File "/home/kost/miXGENE/mixgene_project/webapp/views.py", line 151, in blocks_resource
for uuid, block in blocks
File "/home/kost/miXGENE/mixgene_project/webapp/views.py", line 151, in
for uuid, block in blocks
File "/home/kost/miXGENE/mixgene_project/mixgene/util.py", line 117, in wrapper
result = func_to_decorate(_args, *_kwargs)
File "/home/kost/miXGENE/mixgene_project/workflow/blocks/generic.py", line 244, in to_dict
result = self._block_serializer.to_dict(self)
File "/home/kost/miXGENE/mixgene_project/mixgene/util.py", line 117, in wrapper
result = func_to_decorate(_args, *_kwargs)
File "/home/kost/miXGENE/mixgene_project/workflow/blocks/managers.py", line 126, in to_dict
raw_val = getattr(block, f_name)
File "/home/kost/miXGENE/mixgene_project/workflow/blocks/rc_table.py", line 66, in table
metric_name=self.metric)
File "/home/kost/miXGENE/mixgene_project/environment/result_container.py", line 253, in get_pandas_slice
index_labels = [self.labels_dict[axis] for axis in axis_list_for_index]
KeyError: u'MULTI_FEATURE:4'
The text was updated successfully, but these errors were encountered:
BoxPlot probable affected too.
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 114, in get_response
response = wrapped_callback(request, _callback_args, *_callback_kwargs)
File "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", line 99, in _wrapped_view
response = view_func(request, _args, *_kwargs)
File "/home/kost/miXGENE/mixgene_project/mixgene/util.py", line 117, in wrapper
result = func_to_decorate(_args, *_kwargs)
File "/home/kost/miXGENE/mixgene_project/webapp/views.py", line 151, in blocks_resource
for uuid, block in blocks
File "/home/kost/miXGENE/mixgene_project/webapp/views.py", line 151, in
for uuid, block in blocks
File "/home/kost/miXGENE/mixgene_project/mixgene/util.py", line 117, in wrapper
result = func_to_decorate(_args, *_kwargs)
File "/home/kost/miXGENE/mixgene_project/workflow/blocks/generic.py", line 244, in to_dict
result = self._block_serializer.to_dict(self)
File "/home/kost/miXGENE/mixgene_project/mixgene/util.py", line 117, in wrapper
result = func_to_decorate(_args, *_kwargs)
File "/home/kost/miXGENE/mixgene_project/workflow/blocks/managers.py", line 126, in to_dict
raw_val = getattr(block, f_name)
File "/home/kost/miXGENE/mixgene_project/workflow/blocks/rc_table.py", line 66, in table
metric_name=self.metric)
File "/home/kost/miXGENE/mixgene_project/environment/result_container.py", line 253, in get_pandas_slice
index_labels = [self.labels_dict[axis] for axis in axis_list_for_index]
KeyError: u'MULTI_FEATURE:4'
The text was updated successfully, but these errors were encountered: