JGCRI/tethys

Update all functions to remove ambiguous arguments

Closed this issue · 0 comments

Scan through the entire code and replace ambiguous arguments which pass an entire dictionary such as "settings" to different functions.

  • Replace settings.x through entire code with explicit arguments.