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

Finish tests for OmicsIntegrator "Results" methods #87

Open
alexlenail opened this issue Jun 19, 2018 · 0 comments
Open

Finish tests for OmicsIntegrator "Results" methods #87

alexlenail opened this issue Jun 19, 2018 · 0 comments

Comments

@alexlenail
Copy link
Contributor

See currently incomplete tests at:

def test_summarize_grid_search(self):
print("test_summarize_grid_search")
node_summary_df = oi.summarize_grid_search(self.results, "membership")
node_summary_df = oi.summarize_grid_search(self.results, "robustness")
node_summary_df = oi.summarize_grid_search(self.results, "specificity")
# unknown what should be tested here
print("...pass")
def test_get_robust_subgraph_from_randomizations(self):
print("test_get_robust_subgraph_from_randomizations")
oi.get_robust_subgraph_from_randomizations(nxgraph, max_size=400, min_component_size=5)
# unknown what should be tested here
print("...pass")
def test_filter_graph_by_component_size(self):
print("test_filter_graph_by_component_size")
oi.filter_graph_by_component_size(nxgraph, min_size=5)
# unknown what should be tested here
print("...pass")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants