Skip to content

Commit

Permalink
fix: correct submodule importation
Browse files Browse the repository at this point in the history
  • Loading branch information
danfke committed May 20, 2022
1 parent 47d5b7c commit 014c25c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/emgdecompy/decomposition.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
import pandas as pd
from preprocessing import flatten_signal, extend_all_channels, whiten
from contrast import skew, apply_contrast
from emgdecompy.preprocessing import flatten_signal, extend_all_channels, whiten
from emgdecompy.contrast import skew, apply_contrast
from scipy.signal import find_peaks
from sklearn.cluster import KMeans
from sklearn.metrics import silhouette_score
Expand Down

0 comments on commit 014c25c

Please sign in to comment.