Skip to content

Commit e5ae865

Browse files
committed
Update reversal pnf test for new range
1 parent 71c89f9 commit e5ae865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pnf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_pnf05(bolldata):
117117
tname = os.path.join(tdir,fname)
118118
rname = os.path.join(refd,fname)
119119

120-
mpf.plot(df,type='pnf',pnf_params=dict(box_size='atr',atr_length='total', reversal=3),mav=(4,6,8),volume=True,savefig=tname)
120+
mpf.plot(df,type='pnf',pnf_params=dict(box_size='atr',atr_length='total', reversal=2),mav=(4,6,8),volume=True,savefig=tname)
121121

122122
tsize = os.path.getsize(tname)
123123
print(glob.glob(tname),'[',tsize,'bytes',']')

0 commit comments

Comments
 (0)