Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Aug 17, 2024
1 parent cdb7d7d commit da34d27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test.f90
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,11 @@ program test
dpi='200', &
transparent=.true.,istat=istat, python='python')

! also test one with spaces and () in the filename
call plt%savefig(testdir//'error bar (1).png', &
pyfile=testdir//'error bar (1).py', &
dpi='200', &
transparent=.true.,istat=istat, python='python')

end program test
!*****************************************************************************************

0 comments on commit da34d27

Please sign in to comment.