@@ -600,21 +600,21 @@ end
600
600
return 0.0 + 1.0im
601
601
end
602
602
@testset " setinact2 Const" reverse_holomorphic_array_tests (
603
- setinact2, 3.4 + 2.7im , 0.0 ; val_expected= 2 (3.4 + 2.7im ), ret= Const, mapf= false
603
+ setinact2, 3.4 + 2.7im , 0.0 ; val_expected = 2 (3.4 + 2.7im ), ret = Const, mapf = false
604
604
)
605
605
@testset " setinact2 Active" reverse_holomorphic_array_tests (
606
- setinact2, 3.4 + 2.7im , 0.0 ; val_expected= 2 (3.4 + 2.7im ), ret= Active, mapf= false
606
+ setinact2, 3.4 + 2.7im , 0.0 ; val_expected = 2 (3.4 + 2.7im ), ret = Active, mapf = false
607
607
)
608
608
609
609
function setact (z)
610
610
z[1 ] = 2 .* z[1 ] # works for both [x] and [(x,)]
611
611
return z[1 ][1 ] # returns scalar for both [x] and [(x,)]
612
612
end
613
613
@testset " setact Const" reverse_holomorphic_array_tests (
614
- setact, 3.4 + 2.7im , 0.0 ; val_expected= 2 (3.4 + 2.7im ), ret= Const, mapf= false
614
+ setact, 3.4 + 2.7im , 0.0 ; val_expected = 2 (3.4 + 2.7im ), ret = Const, mapf = false
615
615
)
616
616
@testset " setact Active" reverse_holomorphic_array_tests (
617
- setact, 3.4 + 2.7im , 2.0 ; val_expected= 2 (3.4 + 2.7im ), ret= Active, mapf= false
617
+ setact, 3.4 + 2.7im , 2.0 ; val_expected = 2 (3.4 + 2.7im ), ret = Active, mapf = false
618
618
)
619
619
620
620
function upgrade (z)
0 commit comments