Deleted user

Results 71208 issues of Deleted user

- 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...

It’s possible to get a custom (non-example) scenario running by using the example settings files as templates but it’s hard to be sure that your settings are actually aligned with...

- **Add Sphinx deps to pyproject.toml**: This may not be a concern since you plan to have a built version of the documentation users can access online via a link....

I think if you were trying to create a configuration settings file purely from the documentation (without the examples as additional reference), it would be difficult to create a configuration...