Skip to content

Commit daf6a3a

Browse files
committed
update todos
1 parent bc0f74d commit daf6a3a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/src/unfinished_docs/todo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## High priority
44

55
- [ ] write tests/docs/technical details for nonlinear obc, forecasting, (non-linear) solution algorithms, SS solver, obc solver, and other algorithms
6+
- [ ] generalised IRF pruned_third_order is somewhat slow - investigate
67
- [ ] consider making sympy an extension or try to partially replace with Symbolics
78
- [ ] replace RF with LinearSolve codes (RF has too many dependencies)
89
- [ ] add FRB US model

src/MacroModelling.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8080,6 +8080,7 @@ function parse_shocks_input_to_index(shocks::Union{Symbol_input,String_input}, T
80808080
elseif shocks isa Symbol
80818081
if length(setdiff([shocks],T.exo)) > 0
80828082
@warn "Following shock is not part of the model: " * join(string(setdiff([shocks],T.exo)[1]),", ")
8083+
# TODO: mention shocks part of the model
80838084
shock_idx = Int64[]
80848085
else
80858086
shock_idx = getindex(1:T.nExo,shocks .== T.exo)

0 commit comments

Comments
 (0)