Skip to content

Commit 5e30829

Browse files
committed
add synth import back in
1 parent 1d10668 commit 5e30829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cebra/datasets/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def get_datapath(path: str = None) -> str:
9696
from cebra.datasets.gaussian_mixture import *
9797
from cebra.datasets.hippocampus import *
9898
from cebra.datasets.monkey_reaching import *
99+
from cebra.datasets.synthetic_data import *
99100
except ModuleNotFoundError as e:
100101
warnings.warn(f"Could not initialize one or more datasets: {e}. "
101102
f"For using the datasets, consider installing the "

0 commit comments

Comments
 (0)