Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summaries of summaries? #156

Open
nschneid opened this issue Aug 16, 2013 · 1 comment
Open

Summaries of summaries? #156

nschneid opened this issue Aug 16, 2013 · 1 comment

Comments

@nschneid
Copy link
Contributor

I wanted to display individual as well as averaged results, so I tried constructing a summary that would depend on another summary:

summary xresults {
  of eval > Acc {
    egrep -o "'Acc': ...." $result | cut -d' ' -f2 > $Acc
  }
}
summary xresults2 {
  of eval < Acc=@xresults[FoldA:*,FoldB:*,FoldC:*] > Avg {
    echo "$Acc" > $Avg
  }
}

This does not produce any syntax errors, but when I run the summary command, xresults2 is silently ignored.

@jhclark
Copy link
Owner

jhclark commented May 15, 2014

No support for this yet. I recommend writing two independent summaries.

I'll add a proper error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants