We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b365aa commit ba5e5e7Copy full SHA for ba5e5e7
test/linalg/test_linalg_svd.fypp
@@ -26,7 +26,7 @@ module test_linalg_svd
26
#:endfor
27
28
#:for ck,ct,ci in CMPLX_KINDS_TYPES
29
- #:if ck!="xdp"
+ #:if not ck in ["xdp","qp"]
30
tests = [tests,new_unittest("test_complex_svd_${ci}$",test_complex_svd_${ci}$)]
31
#:endif
32
@@ -175,7 +175,7 @@ module test_linalg_svd
175
176
!> Test complex svd
177
178
179
subroutine test_complex_svd_${ci}$(error)
180
type(error_type), allocatable, intent(out) :: error
181
0 commit comments