Skip to content

Commit 994003c

Browse files
committed
Add tests for baseline curve
1 parent 91ff9be commit 994003c

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

64 KB
Loading
35.9 KB
Loading

nbs/tests/mpl_image_tests/test_plot_aesthetics.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,11 @@ def test_214_change_idx_order_custom_palette_original():
208208
@pytest.mark.mpl_image_compare(tolerance=8)
209209
def test_215_change_idx_order_custom_palette_new():
210210
return multi_groups_change_idx_new.mean_diff.plot(custom_palette=palette);
211+
212+
@pytest.mark.mpl_image_compare(tolerance=8)
213+
def test_216_cummings_multi_groups_meandiff_show_baseline_ec():
214+
return multi_groups.mean_diff.plot(show_baseline_ec=True);
215+
216+
@pytest.mark.mpl_image_compare(tolerance=8)
217+
def test_217_cummings_multi_2_group_meandiff_show_baseline_ec():
218+
return multi_2group.mean_diff.plot(show_baseline_ec=True);

0 commit comments

Comments
 (0)