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

PyPI out of sync with github release #67

Closed
adelavega opened this issue Sep 3, 2016 · 1 comment
Closed

PyPI out of sync with github release #67

adelavega opened this issue Sep 3, 2016 · 1 comment

Comments

@adelavega
Copy link
Contributor

I found some discrepancies between Neurosynth on PyPI and here.

For example, the github on PyPI shows the following images for MetaAnalysis objects:

        self.images = {
        'pA_pF_emp_prior': pA,
        'pFgA_emp_prior': pFgA,
        'pAgF': pAgF,
        ('pA_pF=%0.2f' % prior): pA_prior,
        ('pFgA_pF=%0.2f' % prior): pFgA_prior,
        'consistency_z': pAgF_z,
        'specificity_z': pFgA_z,
        ('consistency_z_FDR_%s' % q): pAgF_z_FDR,
        ('specificity_z_FDR_%s' % q): pFgA_z_FDR,
        ('pFgA_emp_prior_FDR_%s' % q): pFgA_FDR,
        ('pFgA_pF=%0.2f_FDR_%s' % (prior, q)): pFgA_prior_FDR
    }

whereas the one on github shows these:

        self.images = {
        'pA': pA,
        'pAgF': pAgF,
        'pFgA': pFgA,
        ('pAgF_given_pF=%0.2f' % prior): pAgF_prior,
        ('pFgA_given_pF=%0.2f' % prior): pFgA_prior,
        'pAgF_z': pAgF_z,
        'pFgA_z': pFgA_z,
        ('pAgF_z_FDR_%s' % q): pAgF_z_FDR,
        ('pFgA_z_FDR_%s' % q): pFgA_z_FDR
    }

This can be easily seen by downloading the 0.3.5 release from PyPI and the one from here.

Oddly enough, I can find no mention of "consistency_z" and such terms in this entire github repo, so perhaps PyPI is pulling from someone else's forked neurosynth repo?

@adelavega
Copy link
Contributor Author

Looks like this might have been fixed by the version bumps

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