Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy code related to older way of counting the number of treatment failures #20

Open
rjzupkoii opened this issue Aug 4, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rjzupkoii
Copy link
Owner

In older iterations of the simulation the treatment failure concept could refer to a therapy failing (i.e., ) or an individual failing to seek treatment. In the latest version of the simulation the concepts are clearly separated, but some legacy code remains in the simulation that is being called. This should be removed to eliminate a nominal amount of CPU and memory overhead associated with the bookkeeping and calculations.

The deprecated function ModelDataCollector::record_1_TF is a good starting place to trace the code to be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant