DominicWC

Results 5 issues of DominicWC

**Describe the bug** If we run a simulation with a certain number of agents, and then change the number of agents and rerun a simulation, we get an error. We're...

**Describe the bug** Trying to run the .solve() method for an PerfForesightConsumerType throws an error when CRRA is 1.0. Other agent types don't throw this error. **To Reproduce** from HARK.ConsumptionSaving.ConsIndShockModel...

- [ ] Tests for new functionality/models or Tests to reproduce the bug-fix in code. - [ ] Updated documentation of features that add new functionality. - [ ] Update...

Changing many variables for agents changes their initial assets even when they haven't died, there's no uncertainty, and the change is only for parameter events that have happened before the...

**Describe the bug** The default constructor for the income distributions for MarkovConsumerType don't create unique distributions for each state, leading HARK to throw an error. **To Reproduce** Run: from HARK.ConsumptionSaving.ConsMarkovModel...