Some test updates.

This commit is contained in:
Seth Hall 2012-11-20 02:08:49 -05:00
parent 20fdd36a44
commit 08538211e1
13 changed files with 62 additions and 63 deletions

View file

@ -135,7 +135,7 @@ export {
measure: set[Calculation] &optional;
## A predicate so that you can decide per index if you would like
## to accept the data being inserted.
pred: function(index: Metrics::Index, data: DataPoint): bool &optional;
pred: function(index: Metrics::Index, data: Metrics::DataPoint): bool &optional;
## A function to normalize the index. This can be used to aggregate or
## normalize the entire index.
normalize_func: function(index: Metrics::Index): Index &optional;