Open Nic2020 opened 8 months ago
model.sstate.variable.mask
already works - I'm not sure since when, but it's definitely there in the current version (v.0.6.3)
As for renaming mask
to something more informative, that'd be nice. Problem is that it requires changes in StateSpaceEcon. It's used a lot in the steady state solver. I'm not sure if it's worth it.
We should make
model.sstate.variable.mask[1] = false
work instead of usingmodel.sstate.mask
and having to find the correct index.Also, we should probably rename
mask
with something more informative likesolved
orknown
.