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

vizualize mapper stages #22

Merged
merged 2 commits into from
Jul 18, 2022
Merged

vizualize mapper stages #22

merged 2 commits into from
Jul 18, 2022

Conversation

calebgeniesse
Copy link
Collaborator

this addresses the "unexpected keyword argument" runtime error reported by #21

only pass relevant keyword arguments to networkx draw functions

  • get keyword arguments for the relevant function using inspect module
  • before calling func(**kwargs), filter kwargs by getfullargspec(func).args
  • do this for nx.draw_networkx_edges and nx.draw_networkx_nodes

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

Successfully merging this pull request may close these issues.

None yet

1 participant