Skip to content

Commit

Permalink
outlier_correction_mp
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson committed Nov 8, 2024
1 parent 5c1e814 commit a1f691c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/nb/outlier_correction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "ff58e186",
"id": "69f8350a",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -232,14 +232,17 @@
"from simba.outlier_tools.outlier_corrector_location_mp import OutlierCorrecterLocationMultiprocess\n",
"from simba.outlier_tools.outlier_corrector_movement_mp import OutlierCorrecterMovementMultiProcess\n",
"\n",
"CORES = -1 #SPECIFY HOW MANY CPU CORES YOU WANT TO USE. USE -1 \n",
"\n",
"\n",
"_ = OutlierCorrecterMovementMultiProcess(config_path=CONFIG_PATH).run()\n",
"_ = OutlierCorrecterLocationMultiprocess(config_path=CONFIG_PATH).run()"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "61fb78fa",
"id": "e243d26e",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit a1f691c

Please sign in to comment.