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

Argument handling in compare functions in not consistent #18

Closed
J535D165 opened this issue May 6, 2016 · 1 comment
Closed

Argument handling in compare functions in not consistent #18

J535D165 opened this issue May 6, 2016 · 1 comment

Comments

@J535D165
Copy link
Owner

J535D165 commented May 6, 2016

Instead of
exact(s1, s2, agree_value=1, disagree_value=0, missing_value=0, name=None, store=True)
arguments are handled like this:
exact(s1, s2, name=None, store=True, agree_value=1, disagree_value=0, missing_value=0)

@J535D165 J535D165 changed the title Arguments handling in compare functions in not consistent Argument handling in compare functions in not consistent May 6, 2016
@J535D165
Copy link
Owner Author

Fixed in Version v0.2

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