EconForge / Dolo.jl

Economic modeling in Julia
Other
57 stars 29 forks source link

set_calibration! is confusing #155

Open albop opened 4 years ago

albop commented 4 years ago

set_calibration!(model, K=25) works but set_calibration!(model; K=25) does nothing, while staying respectfully silent.