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

Issue with line 99 of preprocessing.py #2

Open
jeremycfd opened this issue Jun 26, 2017 · 0 comments
Open

Issue with line 99 of preprocessing.py #2

jeremycfd opened this issue Jun 26, 2017 · 0 comments

Comments

@jeremycfd
Copy link

Hi Andrew,

Not sure if this is a result of my inexperience with python3 or has something to do with how I'm setting up the input data, but to get things to work I had to change line 99 of preprocessing.py ( muVec = standardizedMean(cyDf, vars=compCommvars) ) to:
muVec = standardizedMean(cyDf, None)

For some reason the function was never recognizing compCommvars as defined, even though I verified that it was defined prior to the function call by printing it. Anyhow, it looks like your function has a workaround for missing compCommvars built in already, so it progressed, but wanted to see if you had thoughts on this.

Cheers,
Jeremy

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