Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Setup"
"## Setup & Imports\n",
"\n",
"Install the `FCEst` package using `pip install -e .`."
]
},
{
Expand Down Expand Up @@ -78,8 +80,11 @@
"metadata": {},
"outputs": [],
"source": [
"sys.path.append('../')\n",
"from notebooks.helpers import simulate_time_series, get_d2_covariance_structure, get_periodic_covariances"
"sys.path.append('../../FCEst-benchmarking')\n",
"\n",
"from helpers.synthetic_covariance_structures import get_periodic_covariances\n",
"from helpers.synthetic_covariance_structures import get_d2_covariance_structure\n",
"from helpers.simulations import simulate_time_series"
]
},
{
Expand Down Expand Up @@ -239,7 +244,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "neuro-dynamic-covariance",
"display_name": "fcest-env",
"language": "python",
"name": "python3"
},
Expand All @@ -253,7 +258,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.11.13"
}
},
"nbformat": 4,
Expand Down
Loading
Loading