EconForge / Dolo.jl

Economic modeling in Julia
Other
57 stars 29 forks source link

Use keyword arguments in response and simulate #164

Open albop opened 2 years ago

albop commented 2 years ago

Some positional arguments in response and simulate functions are very error-prone:

We should have methods with all of these as keywords, and possibly remove positional versions alltogether.

gabriellequeran commented 2 years ago

I can have a look at this.