Skip to content

Commit a7dc3cb

Browse files
give specific reason on disable tf2.16+
1 parent be721a2 commit a7dc3cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_keras.py

+3
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ def qf(inputs, param):
129129

130130

131131
def test_keras_layer_inputs_dict(tfb):
132+
# https://github.com/tensorflow/tensorflow/issues/65306
133+
# keras3 for tf2.16+ fails to accept complex valued input for keras layers
134+
# which is vital for quantum applications
132135
n = 3
133136
p = 0.1
134137
K = tc.backend

0 commit comments

Comments
 (0)