-
Notifications
You must be signed in to change notification settings - Fork 9
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
608 equity metrics calculation #612
Conversation
Since this is a new analysis, we need to update the pyincore doc folder so the methods get attended to the pyincore documentation. |
@longshuicy It's minor, but can you add the equitymetrics analysis to the modules.rst in the docs folder? Thanks! |
I noticed that there is a file written "scarce_resource" in the test folder when the analysis exits. Is that supposed to be there? I only see one output listed in the spec. |
That's the example I'm preparing the input datasets.
|
The test run finished without error and did not create any result or any output. The code looks like it doesn't produce any output. This is okay, right? |
Equity Metric takes 3 input:
can divide into two groups)
I made the algorithm generic regardless of what scarce resource and division decision variable
To test:
run
tests/pyincore/analyses/equitymetric/test_equitymetric.py