Skip to content

Commit

Permalink
just a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AllinCottrell committed Nov 24, 2024
1 parent 98623c6 commit f49ae4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/forecast.c
Original file line number Diff line number Diff line change
Expand Up @@ -4252,7 +4252,7 @@ static int k_step_init (MODEL *pmod, const DATASET *dset,
}

#if KSTEP_DEBUG
fprintf(stderr, "k_step_init: found %d y-lags\n", nl);
fprintf(stderr, "k_step_init: found %d y-lag terms\n", nl);
#endif

if (nl == 0) {
Expand Down

0 comments on commit f49ae4a

Please sign in to comment.