We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Include parameter spherize_epsilon in
spherize_epsilon
pycytominer/pycytominer/normalize.py
Lines 16 to 27 in 8ee8a88
This line
Line 75 in 8ee8a88
will become
scaler=Spherize(center=spherize_center, method=spherize_method, epsilion=spherize_epsilon)
and that's pretty much it.
We needn't add a test when adding this, but we should test Spherize #127
Spherize
The text was updated successfully, but these errors were encountered:
closes cytomining#128
4bbae40
Successfully merging a pull request may close this issue.
Include parameter
spherize_epsilon
inpycytominer/pycytominer/normalize.py
Lines 16 to 27 in 8ee8a88
This line
pycytominer/pycytominer/normalize.py
Line 75 in 8ee8a88
will become
scaler=Spherize(center=spherize_center, method=spherize_method, epsilion=spherize_epsilon)
and that's pretty much it.
We needn't add a test when adding this, but we should test
Spherize
#127The text was updated successfully, but these errors were encountered: