Outputs
The Outputs class encapsulates the output datasets and collections generated by a tool run.
outputs = test_tool.run(data_store=store, params=Parameters())
assert outputs is not None
data = outputs.get_dataset("output1")
The Outputs class encapsulates the output datasets and collections generated by a tool run.
outputs = test_tool.run(data_store=store, params=Parameters())
assert outputs is not None
data = outputs.get_dataset("output1")