[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Sc-devel] CheckBadValues checkInputs
Hi -
The first two examples in the CheckBadValues helpfile just throw
error, because of this addition to the class:
checkInputs {
^this.checkSameRateAsFirstInput
}
This prevents CheckBadValues.kr(x.ar), although I think that should
probably be allowable. Not sure if there was a specific motive for
adding the method? But we should either remove it, or for more strict
correctness change it to prevent users attempting
CheckBadValues.ar(x.kr), which is not sensible.
Dan