add count rate to tritium utils expression

This commit is contained in:
darksnake 2016-11-26 09:31:07 +03:00
parent 4b22e22a28
commit b6597a0fb1

View File

@ -37,11 +37,6 @@ public class NumassFitScanSummaryTask extends AbstractTask<Table> {
DataNode<FitState> input = data.getCheckedNode("fitscan", FitState.class);
input.nodeStream().forEach(node ->
builder.putData(node.getName(), action.run(node, model.meta()).getData()));
// if (data.nodeStream().count() > 1) {
//merge tables if there is more than one
// }
return builder.build();
}