Skip to content

Load Experiment from a Database

Use the Database to initialize the Experiment:

1
2
3
4
import vodex as vx

# Provide the path to the database file
experiment = vx.Experiment.load("test.db")