Skip to content

Commit c595850

Browse files
committed
unit test fix
1 parent 060c3ae commit c595850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/test.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ program test
9292
ylabel='y angle (rad)',figsize=[10,10],&
9393
title='Contour plot test', real_fmt='*',&
9494
axisbelow=.false.)
95-
call plt%add_contour(x, y, z, label='contour', linestyle='-', &
95+
call plt%add_contour(x, y, z, linestyle='-', &
9696
filled=.true., cmap='bone', colorbar=.true.,&
9797
istat=istat)
9898
call plt%savefig('contour.png',pyfile='contour.py',istat=istat)

0 commit comments

Comments
 (0)