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

Is the race = FALSE flag working correctly? #59

Open
AdrienLeGuillou opened this issue Jan 9, 2025 · 0 comments
Open

Is the race = FALSE flag working correctly? #59

AdrienLeGuillou opened this issue Jan 9, 2025 · 0 comments
Assignees

Comments

@AdrienLeGuillou
Copy link
Member

when calling:

  epistats <- build_epistats(
    geog.lvl = "city",
    geog.cat = "Atlanta",
    init.hiv.prev = 0.33,
    race = FALSE,
    time.unit = time_unit
  )

we get an error because init.hiv.prev is of length 1 and not 3.
Is this the expected behavior?
Then looking quickly into the object I still see the 3 races.

I need to look into it more. @smjenness am I missing something obvious here before I go dive deeper?

Note: this behavior was present before Pr #57

@AdrienLeGuillou AdrienLeGuillou self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant