Skip to content

Commit

Permalink
Removing code for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikpostt committed Oct 18, 2024
1 parent 71f0063 commit 2564c65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions docs/notebooks/gait/gait_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
"metadata": {},
"outputs": [],
"source": [
"# Automatically reload modules\n",
"%load_ext autoreload\n",
"%autoreload 2\n",
"\n",
"import os\n",
"from paradigma.preprocessing_config import IMUPreprocessingConfig\n",
"from paradigma.gait.gait_analysis import extract_gait_features_io, detect_gait_io, extract_arm_activity_features_io, detect_other_arm_activities_io, quantify_arm_swing_io\n",
Expand Down
3 changes: 0 additions & 3 deletions docs/notebooks/tremor/tremor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"metadata": {},
"outputs": [],
"source": [
"%load_ext autoreload\n",
"%autoreload 2\n",
"\n",
"import os\n",
"from paradigma.preprocessing_config import IMUPreprocessingConfig\n",
"from paradigma.imu_preprocessing import preprocess_imu_data_io"
Expand Down

0 comments on commit 2564c65

Please sign in to comment.