Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eadafa8

Browse files
committed
fix doctest
1 parent be7a535 commit eadafa8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎wqio/datacollections.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,9 @@ def comparison_stat_twoway(self, statfxn, statname=None, paired=False, **statopt
484484
>>> dc = DataCollection(df, rescol='res', qualcol='qual',
485485
... stationcol='loc', paramcol='param',
486486
... ndval='<')
487-
>>> mwht = dc.comparison_stat(stats.mannwhitneyu,
488-
... statname='mann_whitney',
489-
... alternative='two-sided')
487+
>>> mwht = dc.comparison_stat_twoway(stats.mannwhitneyu,
488+
... statname='mann_whitney',
489+
... alternative='two-sided')
490490
491491
"""
492492

0 commit comments

Comments
 (0)