@jdebacker Could you help please?
@miltonash and I are trying to test for aggregate functions. For get_L, we were thinking to compare the calculated L with the maximum amount of possible L -- which is working all the time, S. So our expected value = omega_SS * S but for the calculated value = aggregates.get_L(n_s, omega_SS) we need a time path for n_s. Should we add that path to TPI?
@jdebacker Could you help please?
@miltonash and I are trying to test for aggregate functions. For
get_L, we were thinking to compare the calculated L with the maximum amount of possible L -- which is working all the time, S. So ourexpected value = omega_SS * Sbut for thecalculated value = aggregates.get_L(n_s, omega_SS)we need a time path for n_s. Should we add that path to TPI?