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

Creating the n most important pairwise plots! #55

Closed
AndreBiedenkapp opened this issue Nov 14, 2017 · 0 comments
Closed

Creating the n most important pairwise plots! #55

AndreBiedenkapp opened this issue Nov 14, 2017 · 0 comments

Comments

@AndreBiedenkapp
Copy link

The following line causes an issue

most_important_pairwise_marginals = self.fanova.get_most_important_pairwise_marginals(n)

get_most_important_pairwise_marginals has two optional parameters, where n is the second one. As the first optional parameter expects a list of strings and the n parameter is an int it always throws the following error:
TypeError: 'int' object is not subscriptable

If the line gets changed to "...get_most_important_pairwise_marginals(n=n)" everything should work fine.

@Krxsy Krxsy closed this as completed in f4cdd59 Nov 14, 2017
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