Deleted user
Deleted user
Setting up both the multi-processing configuration settings file and running populationsim such that it uses the multi-processing settings is difficult. I think there would be benefit to a readme on...
- Run list of ‘regular mode’ example provided in documentation is not consistent with the updated run list of example_calm. - Run list of ‘repop mode’ example provided in documentation...
max_expansion_factor and min_expansion_factor are currently used as the upper or lower limits for the FINAL weight. - I was wondering whether it’s a good idea to allow max_expansion_factor at different...
- It may be worth introducing some built-in checking of the importance weights in the controls.csv file. Having high importance of total households relative to all other controls is a...
I was toying with the mp configuration in the example_test trying to better understand the multi-processing. Notably, when I change the number of processes in the settings.yaml from 2 to...
There is a section at the very end of the documentation that states the user is responsible for QA/QC of input data, but we think the application would be significantly...
For the input geographic control files, if any cell is empty instead of 0, then the program will fail and throw an error “ZeroDivisionError: division by zero”. Users would benefit...
There are some portions of the code base that appear to be lacking coverage in the current testing base. List of files under 50% coverage in the current testing base:...
In the test, I manually edited the control file for one TRACT and ran the program. It ran through without any error message or warning. The interesting thing is that...
For the input control file, if the sum of HH {category} is not equal to the total of HH, then the program can run through without a warning or error...