Skip to content

Commit

Permalink
adding todo
Browse files Browse the repository at this point in the history
  • Loading branch information
pnavada committed Nov 8, 2023
1 parent d1cb818 commit 5c20c54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eliater/network_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ def generate_plot_expected_p_value_vs_num_data_points(
]
)

# TODO use seaborn for high quality plots
if len(conditions) < 1:
plt.title(f"Independence of {left} and {right}")

Check warning on line 501 in src/eliater/network_validation.py

View check run for this annotation

Codecov / codecov/patch

src/eliater/network_validation.py#L501

Added line #L501 was not covered by tests
else:
Expand Down

0 comments on commit 5c20c54

Please sign in to comment.