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

Evaluate how and when codify_sex() works #153

Open
chantelwetzel-noaa opened this issue Sep 27, 2024 · 0 comments
Open

Evaluate how and when codify_sex() works #153

chantelwetzel-noaa opened this issue Sep 27, 2024 · 0 comments

Comments

@chantelwetzel-noaa
Copy link
Contributor

codify_sex() is currently used with the get_expanded_comps() function and it performs as expected. However, when codify_sex() is added to get_input_n() it sometimes causes issues. It seems to work get_input_n() is called on it is on its own, but when an error arises when running the get_expanded_comps() function which also uses codify_sex(). It seems that this double usage is causing issues. Currently, the code removed codify_sex() from get_input_n(), allowing the code to work without errors; however, the code would benefit from this function's consistent use to standardize sex categorization.

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