The model config is currently a flat object dictionary. It would be beneficial to make the value usage clearer when specifying state, year, etc, which are also supplied to the development-mode synthetic population file creation but are independent of the dotenv synthetic population file, if specified.
One approach would be to make a hierarchical config object. The other would be simply to rename the variables for clarity.
The model config is currently a flat object dictionary. It would be beneficial to make the value usage clearer when specifying state, year, etc, which are also supplied to the development-mode synthetic population file creation but are independent of the dotenv synthetic population file, if specified.
One approach would be to make a hierarchical config object. The other would be simply to rename the variables for clarity.