Skip to content

Commit

Permalink
Use get_sample_data_paths_dlcboris in sample_workflow.ipynb. Closes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
benlansdell committed Jan 31, 2024
1 parent 2ad4cf0 commit 8189f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sample_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"os.environ[\"CUDA_VISIBLE_DEVICES\"] = ''\n",
"\n",
"from ethome import create_dataset, interpolate_lowconf_points\n",
"from ethome.io import get_sample_data_paths\n",
"from ethome.io import get_sample_data_paths_dlcboris\n",
"from ethome.unsupervised import compute_umap_embedding\n",
"from ethome.plot import plot_embedding, interactive_tracks\n",
"\n",
Expand All @@ -45,7 +45,7 @@
"metadata": {},
"outputs": [],
"source": [
"tracking_files, boris_files = get_sample_data_paths()"
"tracking_files, boris_files = get_sample_data_paths_dlcboris()"
]
},
{
Expand Down

0 comments on commit 8189f1a

Please sign in to comment.