Display-Lab / bit-stomach

Data ingest and performer annotation
1 stars 1 forks source link

Accommodate multiple comparators per measure #54

Closed grosscol closed 4 years ago

grosscol commented 4 years ago

Run annotations separately for multiple comparators for measures that list them.

Generate more candidates.

Run any measure without a comparator once.

Backwards compatibility and cuts down on unnecessary overhead.

Each run needs to know the comparator being considered.

How best to do this?

Passing @id of comparator into setup() lets it do the work of figuring out how to handle comparison values. Provide template annotations code that does this.