Skip to content

Commit 5d60566

Browse files
committed
create folder experimental in examples
1 parent 4f43867 commit 5d60566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Continuous_Consistency_Model_Playground.ipynb renamed to examples/experimental/Continuous_Consistency_Model_Playground.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"# For BayesFlow devs: this ensures that the latest dev version can be found\n",
4141
"import sys\n",
4242
"\n",
43-
"sys.path.append(\"../\")\n",
43+
"sys.path.append(\"../..\")\n",
4444
"\n",
4545
"import bayesflow as bf\n",
4646
"from bayesflow.experimental.continuous_time_consistency_model import (\n",

0 commit comments

Comments
 (0)