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
The Trace Segmentation Clustering code has been refactored from using CSV files to the pandas data frame.
The task is to develop and write tests for the code at: src/mawpy/steps/trace_segmentation_clustering.py
To write tests:
create a folder called 'steps' under the 'tests' folder
In the above folder, create a file called 'test_trace_segmentation_clustering.py'
define test functions corresponding to functions in src/mawpy/steps/trace_segementation_clustering.py
The text was updated successfully, but these errors were encountered:
The Trace Segmentation Clustering code has been refactored from using CSV files to the pandas data frame.
The task is to develop and write tests for the code at: src/mawpy/steps/trace_segmentation_clustering.py
To write tests:
create a folder called 'steps' under the 'tests' folder
In the above folder, create a file called 'test_trace_segmentation_clustering.py'
define test functions corresponding to functions in src/mawpy/steps/trace_segementation_clustering.py
The text was updated successfully, but these errors were encountered: