Commit 386dde0
Generate cons_h! when lag_h needs it
`lag_h!` requires `cons_h!` for σ=0 case. Now generates `cons_h!`
whenever `lag_h==true` to prevent `MethodError`.
Co-authored-by: Claude <noreply@anthropic.com>1 parent 8d4ac3a commit 386dde0
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
| 181 | + | |
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| |||
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
189 | | - | |
| 190 | + | |
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
| |||
0 commit comments