Skip to content

Commit

Permalink
Key results by experiment name, not uri
Browse files Browse the repository at this point in the history
Fixes [sc-49440]
  • Loading branch information
aaronwolen committed Jul 10, 2024
1 parent 8ea78bc commit f24c901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiledb/cloud/soma/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def build_collection_mapper_workflow_graph(
)
logger.debug("A: node output is a %s" % type(node_output))

node_outputs[soma_experiment_uri] = node_output
node_outputs[experiment_name] = node_output

def collect(node_outputs):
for node_name, node_output in node_outputs.items():
Expand Down

0 comments on commit f24c901

Please sign in to comment.