Skip to content

Commit ba5e5e7

Browse files
committed
remove complex qp test
1 parent 3b365aa commit ba5e5e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/linalg/test_linalg_svd.fypp

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module test_linalg_svd
2626
#:endfor
2727

2828
#:for ck,ct,ci in CMPLX_KINDS_TYPES
29-
#:if ck!="xdp"
29+
#:if not ck in ["xdp","qp"]
3030
tests = [tests,new_unittest("test_complex_svd_${ci}$",test_complex_svd_${ci}$)]
3131
#:endif
3232
#:endfor
@@ -175,7 +175,7 @@ module test_linalg_svd
175175

176176
!> Test complex svd
177177
#:for ck,ct,ci in CMPLX_KINDS_TYPES
178-
#:if ck!="xdp"
178+
#:if not ck in ["xdp","qp"]
179179
subroutine test_complex_svd_${ci}$(error)
180180
type(error_type), allocatable, intent(out) :: error
181181

0 commit comments

Comments
 (0)