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

defined but not used in test_glm_weights #4383

Open
jbrockmendel opened this issue Mar 22, 2018 · 0 comments
Open

defined but not used in test_glm_weights #4383

jbrockmendel opened this issue Mar 22, 2018 · 0 comments

Comments

@jbrockmendel
Copy link
Contributor

https://github.com/statsmodels/statsmodels/blob/master/statsmodels/genmod/tests/test_glm_weights.py#L141

This kind of thing shows 7 times, of which two are commented-out:

        # compare with discrete, start close to save time
        modd = discrete.Poisson(cpunish_data.endog, cpunish_data.exog)

This is at the end of setup_class and nothing is done with modd... should something be done with it?

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