Skip to content
Snippets Groups Projects
Commit ff678c65 authored by pswain's avatar pswain
Browse files

hack in reduce_extract to pass tests: labels to cell_labels

parent a645c836
No related branches found
No related tags found
No related merge requests found
......@@ -387,6 +387,9 @@ class Extractor(StepABC):
------
Dict of dataframes with the corresponding reductions and metrics nested.
"""
# FIXME hack to pass tests
if "labels" in kwargs:
kwargs["cell_labels"] = kwargs.pop("labels")
# create dict with keys naming the reduction in the z-direction
# and the reduced data as values
reduced_tiles_data = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment