BreakingBytes / simkit

Model Simulation Framework
http://breakingbytes.github.io/simkit/
BSD 3-Clause "New" or "Revised" License
27 stars 16 forks source link

index_registry clean up #83

Closed mikofski closed 7 years ago

mikofski commented 7 years ago

clean up issues with indexing registry

  1. timestep is optional, set it's keyword value to None, only needed for dynamic calcs
  2. don't pass args and arg_key, silly since we replace args with args['arg_key'] anyway, just pass the list of args we want from the corresponding reg, enough
  3. THIS SHOULD BE IN Registry.__get_item__ !!!