issues
search
ihmeuw
/
vivarium
A python microsimulation framework
http://www.healthdata.org
BSD 3-Clause "New" or "Revised" License
46
stars
15
forks
source link
refactor resource arguments of add_resources
#512
Closed
rmudambi
closed
4 weeks ago
rmudambi
commented
4 weeks ago
Refactor resource arguments of add_resources
Description
Category
: refactor
JIRA issue
:
https://jira.ihme.washington.edu/browse/MIC-5380
Changes and notes
Consolidated
resource_type
and
resource_names
arguments into an iterable of strings and resources
Ensure that ResourceGroups aren't empty
Ensure that all Resources in a ResourceGroup are of the same type
Testing
All tests pass Added some new tests
Refactor resource arguments of add_resources
Description
Changes and notes
resource_type
andresource_names
arguments into an iterable of strings and resourcesTesting
All tests pass Added some new tests