Skip to content

Commit 558e22e

Browse files
committed
Add basic failing test for qq and residual_hist on comparer collection
1 parent 4ae0907 commit 558e22e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_comparercollection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,8 @@ def test_plots_directional(cc):
497497
"kde",
498498
"hist",
499499
"taylor",
500+
"qq",
501+
"residual_hist",
500502
]
501503
)
502504
def cc_plot_function(cc, request):

0 commit comments

Comments
 (0)