diff --git a/beaker-notebooks/brprototype3.bkr b/beaker-notebooks/brprototype3.bkr index 72291a8c719b43f3bc105d19278d0d2f9c3510de..61d97f62f8bed86d3a6df087098a4f323944fe45 100644 --- a/beaker-notebooks/brprototype3.bkr +++ b/beaker-notebooks/brprototype3.bkr @@ -324,7 +324,7 @@ "", "# Dataset and dependent settings property and training set size", "if beaker.ctrl_ds == \"1\": # PRL 2012", - " dataset_filename = os.path.expanduser('~') + \"/Data/Projects/2016-NomadDemo/datasets/dsgdb7ae.xyz\"", + " dataset_filename = os.path.expanduser('~') + \"/test/QMML/dsgdb7ae.xyz\"", " dataset_additional_properties = True", " (dataset_property_index, dataset_property_name, dataset_property_unitname) = switch(beaker.ctrl_pty, \"1\", (0, \"atomization energy\", \"kcal/mol\"))", " ntrain = int(beaker.ctrl_n)",