-
Notifications
You must be signed in to change notification settings - Fork 331
Open
Labels
Description
Steps to reproduce
import qcodes as qc
from qcodes.dataset.sqlite_base import init_db, connect
dataDB = 'C:/Users/Junkie/Documents/Programming/Python/QCoDeS/datapool/experiments.db';
qc.config["core"]["db_location"] = dataDB;
conn = connect(dataDB, debug=True)
init_db(conn)
from qcodes.dataset.experiment_container import Experiment
from qcodes.dataset.measurements import Measurement
from qcodes import new_data_set, new_experiment
Expected behaviour
Use the database under the path dataDB for the storage of measurements..
Actual behaviour
It uses the database created under the current working directory instead.
System
operating system
qcodes branch
feature/dataset
qcodes commit