OpenSourceEconomics / ruspy

Python package for the simulation and estimation of a prototypical infinite-horizon dynamic discrete choice model based on Rust (1987)
http://ruspy.readthedocs.io
MIT License
22 stars 8 forks source link

role of repl_4 #15

Closed peisenha closed 5 years ago

peisenha commented 5 years ago

Can we please consider removing this case distinction from the code base, it makes the code/interfaces more complicated without much gain. Can't we just go with Rust's convention and add a TODO: that notes your concerns/thoughts and then when there is some progress on that end we can change it afterwards?

MaxBlesch commented 5 years ago

Found compromise with #21