@daniela.murcillo sorry for the late reply, I wasn’t doing Codercises those work fine in brave, I was doing the Certificate Challenge: Introduction to PennyLane, I am suspecting it wasn’t picking up param_set cause when I ran it locally I had to point the code to the test cases:
In short I got this outputs:
Running submission…
Running on public test set
Test 1 of 2 failed! 🚫
Input: [[[[1.0472, 0.7854, 3.1416, 0.3927],[1.0472, 0.7854, 3.1416, 0.5236]],[[1.0472, 0.7854, 1.5708, 0.3927],[0.7854, 0.7854, 1.5708, 0.7854]]],"PauliX", 0.7854]
Expected output: [0.46653, 0.53347]
Solution output: null
Failure message: Runtime Error: Failed to execute solution: unexpected indent (<string>, line 45).
Test 2 of 2 failed! 🚫
Input: [[[[0.62832, 0.3927, 1.0472, 0.7854],[0.7854, 0.31416, 0.62832, 0.5236]],[[0.31416, 0.7854, 0.7854, 0.3927],[0.31416, 0.3927, 0.31416, 0.3927]]],"PauliY", 0.5236]
Expected output: [0.68594, 0.31406]
Solution output: null
Failure message: Runtime Error: Failed to execute solution: unexpected indent (<string>, line 45).
Running on private test set
One or more private tests failed. Try again! 🚫