Questions tagged [synthetic]

98 questions
1
vote
1 answer

Datadog synthetic tests: How do I enable cookies?

I am trying to create a synthetic test on a site that requires cookies enabled in order to work. If cookies are not enabled, user is prompted with an error message saying they need cookies enabled. What options do I have of implementing my test?
Hao Wong
  • 11
  • 1
1
vote
1 answer

Synthetic event doesnt work as expected in function component

I have 2 examples, one with class component and one with function component doing exactly the same thing. Im using react 16.13.1. I know that if you dont persist the event you will get an error saying that the event target is null. This happens as…
Nick
  • 2,818
  • 5
  • 42
  • 60
1
vote
2 answers

Facing ImportError: cannot import name 'ModelParameters' (Python)

I am using the module ydata_synthetic (github link) for generating synthetic timeseries datasets. After installing the package, I ran the following commands: from os import path import pandas as pd import numpy as np import matplotlib.pyplot as…
1
vote
0 answers

how to find DataDog synthetic tests location for current test run

We have the same test running concurrently in different locations, currently the tests re-use a single user and the problem is they cannot be logged in in both locations at the same time. We would like to have an alternative user used when the…
SystemsInCode
  • 629
  • 7
  • 19
1
vote
1 answer

Find Average response time of all urls present in Synthetic monitor of New Relic

I am having a Synthetic monitor for monitoring. I would like to write a query to find the average response time of all URLs present in my Synthetic monitor and create a dashboard. I can find the individual response time of the URL and create the…
1
vote
1 answer

How to create a dataframe of a particular size containing both continuous and categorical values with a uniform random distribution

So, I'm trying to generate some fake random data of a given dimension size. Essentially, I want a dataframe in which the data has a uniform random distribution. The data consist of both continuous and categorical values. I've written the following…
mnm
  • 1,962
  • 4
  • 19
  • 46
1
vote
1 answer

how to make a lldb type synthetic with origin fields included?

sometimes I just want to add a few extra fields to the type's children view, but if I write a regular type synthetic class, it will show only my new added fields, how can it have those origin fields included automatically without just re-adding them…
fatfatson
  • 796
  • 10
  • 24
1
vote
1 answer

Using SYNTHIA dataset for instance segmentation

I haved used SYNTHIA dataset (RAND-CITYSCAPES subset) for semantic segmentation using the first channel of the label image as suggested in the previous post: How to read the label(annotation) file from Synthia Dataset?. In the README file of the…
kko
  • 101
  • 1
  • 7
1
vote
0 answers

What's the rule stretched arabic letter is used in real video subtile generation?

I have some problem when synthetic arabic text image. In order to make good arabic text recognition, the synthetic image must be similar to the real video text image as max as possible. synthetic image real video image As you can see, some real…
1
vote
1 answer

where does input to function come from

We have the following react html. In the callback function filterList() we have as a parameter 'input' filterList(input). Where does this object come from? Is this coming from the onClick event? what other objects are available?
DCR
  • 14,737
  • 12
  • 52
  • 115
1
vote
0 answers

Upgrading to firebase-messaging 19.0.0 and up breaks kotlinx's synthetic

When I upgrade to firebase-messaging 19.0.0 and up it seems to cause conflict with kotlinx synthetic. The existing imports for synthetics are unused when I try with version 19. I didn't migrate to androidx yet. Anybody has seen this issue ?
clauziere
  • 1,323
  • 12
  • 20
1
vote
1 answer

While fetching details using GET request, 401 error returns

I am trying to generate employee details by enabling a synthetic API monitor in Newrelic based on NODEJS. I have successfully generated an access token in first POST request but the second one is failing. This works on Postman. While validating, I…
Salman
  • 1,573
  • 3
  • 13
  • 24
1
vote
0 answers

Synthetic control method: placebo test error: system is computationally singular

I am currently doing an analysis of the effect of taxation on the institutions of a country. I am using the synthetic controls method to determine the treatment effect on Bolivia. The synth() command works fine, the placebo (with country 8 = Bhutan…
dbmongo
  • 85
  • 6
1
vote
1 answer

New Relic Synthetics configuring SSL

I am planning on using new relic to get alerts when my service is down. And when i read about it I got to know we can go it using new relic synthetics by adding a new monitor with the type of ping. Inorder to access my web services a SSL certificate…
Anna
  • 1,499
  • 4
  • 13
  • 18
1
vote
2 answers

For synthetic control (synth package), how to avoid using predictor.op?

I am trying to use the synth package in R. The way synthetic control works is that it matches pre-treatment data for a treated unit and control units, and it selects weights to approximate equate the two, so that the treated unit "looks like" a…
wolfsatthedoor
  • 7,163
  • 18
  • 46
  • 90