EconForge / dolo.py

Economic modelling in python
BSD 2-Clause "Simplified" License
98 stars 72 forks source link

Ezgioz/processes checks #198

Closed ezgioz closed 4 years ago

ezgioz commented 4 years ago

μ was None when not assigned a value, correct it:

self.μ = μ if μ is not None else 0.0