You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed#552 Add mmotifs and aamp_mmoitfs Unit Tests (#553)
* [ADD] Added new test files
* [ADD] Added pytests for 'mmotifs' and 'aamp_mmotifs'
* [DEL] Deleted test templates for the multidimensional case
* [ADD] Added function to find one motif in all dimensions
* [FIX] Reran black and flake8
* [ADD] Added exclusion zone to function
* [MOD] Don't use naive implementation
* [ADD] Added arrange and assert to the first test function
* [MOD] Changed assertions to 'almost_equal'
* [ADD] Added match functions from 'test_motifs.py'
* [ADD] Added dummy test
* [DEL & ADD] Deleted test_match() and added test function with default parameters
* [ADD] Added test function to find the top two motifs
* [ADD] Added function to test 2-dimensional motif discovery
* [FIX] Fixed formatting
* [ADD] Added test function to find motifs with the 'max_motifs' parameter only
* Revert "[ADD] Added test function to find motifs with the 'max_matches' parameter only"
This reverts commit d169441.
* [ADD] Added test function to find motifs with the 'max_distance' parameter
* [ADD] Make copy of the matrix profile
* [ADD] Also make copy of matrix profile in 'aamp_mmotifs.py'
* [FIX] Corrected the expected motif subspaces
* [ADD] Added function to test the two dimensional and non-normalized motif discovery
* [MOD] Changed to naive matrix profile computation
* [ADD] Added 'query_idx' parameter to ensure that the self-match is returned if the query is a part of the time series.
* [MOD] Change subsequence length m and time series T
* [MOD] Change to naive computation and change time series
* [MOD] Reformat file
* [ADD] Add docstring documentation
* [MOD] Reformat file
* [MOD] Modified docstring description for the 'query_idx' parameter
* [ADD] Added 'query_idx' to 'aamp_motifs'
* [ADD] Added 'query_idx' to function call of 'aamp_match'
* [ADD] Added 'query_idx' to '_motifs' and '_aamp_motifs'
* [ADD] Added test function for 'max_matches=None'
* [FIX] Set 'max_matches=None' instead of 'max_distance=None'
* [ADD] Add test function for cutoffs parameter
* [ADD] Add test function for setting 'max_matches=None'
* [ADD] Added comment to explain function in more detail
* [ADD] Added test function for finding multiple motifs with the cutoffs parameter
* [ADD] Added 'pragma: no cover' comment
* [DEL] Remove comment
* [MOD & DEL] Modified function ordering and removed comments
* [MOD] Changed '_expected' to '_ref'
* [MOD] Marked comparison values with '_cmp'
* [MOD] Renamed functions
* [ADD] Added function that tests when cutoffs are a list
* [ADD] Also tested cutoffs as list in 'test_aamp_mmotifs'
* [MOD] Changed function ordering
* [MOD] Declare time series array once at the beginning
* [MOD] Renamed functions
* [ADD] Added function with default parameters
* [FIX] Fixed function names
Co-authored-by: Sarah <[email protected]>
0 commit comments