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

Adding visualiser #28

Merged
merged 4 commits into from
Mar 5, 2024
Merged

Adding visualiser #28

merged 4 commits into from
Mar 5, 2024

Conversation

RobertASmith
Copy link
Contributor

@RobertASmith RobertASmith commented Mar 4, 2024

OK so this adds some extra functionality:

  • looks through functions identified by the summarise_model function and for each function identifies which functions call it.
  • creates a dataframe of the edges of this network.
  • uses this to identify all nodes
  • produces a visual of the network.

image

Next steps:

  • provide the information from the summary table in the network plot (i.e. user can click on a node and see the function location and any associated tests).
  • wayyyy more testing - I've been dreadful at adding in tests.

@RobertASmith RobertASmith changed the base branch from main to RS-test-finder March 4, 2024 15:10
@RobertASmith RobertASmith merged commit d63d06b into RS-test-finder Mar 5, 2024
@RobertASmith RobertASmith deleted the RS-visualiser branch March 5, 2024 15:24
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.

1 participant