example

What does this task do?

This tasks generates some data simulating a series of bernoulli trials to demonstrate the rendering capabilities within the DQR. It has nothing to do with real data and should not be run in production.

What are its return states?

  • pass

  • fail

  • error

  • human_input_needed

How was it reviewed?

This task has not been reviewed. However, since it is only meant as an example of the DQR’s html rendering, it likely will not need to be reviewed.

What INI options, config files are required?

  • num_samples (int)

    • the number of “flips of the coin” (bernoulli trials) conducted in each experiment

  • num_trials (int)

    • the number of repeated experiments to simulate