Update memoization design
dakusui opened this issue · 0 comments
dakusui commented
Right now scriptive unit memoizes computation results of functions for each test oracle, that is belonging to a test case, but actually it should do it for each test case. It is because inputs of functions are coming from values in a test case and as long as a function to be memoized is properly designed, those inputs and outputs of the function will be kept the same during executing test oracles that belong to the test case.