ihmeuw-demographics / hierarchyUtils

Demographics Related Utility Functions
https://ihmeuw-demographics.github.io/hierarchyUtils/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

fix 'split_unknown' arguments check #68

Closed chacalle closed 3 years ago

chacalle commented 3 years ago

Describe changes

We updated assert_agg_scale_args arguments but didn't update the split_unknown function call, this fixes that.

It sounds like @StefanieAW was trying to use this in v2020.0.15 docker image, is it okay to install this fix into that image?

What issues are related

Related to https://github.com/ihmeuw-demographics/hierarchyUtils/pull/47 Related to https://github.com/ihmeuw-demographics/hierarchyUtils/pull/58

Checklist

Packages Repositories

chacalle commented 3 years ago

@StefanieAW want to try installing this fix in v2020.0.15 with remotes::install_github("ihmeuw-demographics/hierarchyUtils")?