Esempio n. 1
0
def test_result_types_tensor_z_z(simulator_arn, shots, aws_session,
                                 s3_destination_folder):
    device = AwsDevice(simulator_arn, aws_session)
    result_types_tensor_z_z_testing(
        device, {
            "shots": shots,
            "s3_destination_folder": s3_destination_folder
        })
Esempio n. 2
0
def test_result_types_tensor_z_z(shots):
    result_types_tensor_z_z_testing(DEVICE, {"shots": shots})
Esempio n. 3
0
def test_result_types_tensor_z_z(shots, caplog):
    result_types_tensor_z_z_testing(DEVICE, {"shots": shots})
    assert not caplog.text