Closed versey-sherry closed 3 years ago
CI and pytest fail because the help value of --bg-roi-dilate in common_roi_options doesn't match the reference in test_click_param_annot in test_util.py.
--bg-roi-dilate
common_roi_options
test_click_param_annot
test_util.py
help value of --bg-roi-dilate in common_roi_options was changed in https://github.com/dattalab/moseq2-extract/pull/130 but the related test was not changed.
Change the ref dictionary in test_click_param_annot in test_util.py to match the updated help message.
Locally and CI
NA
Issue being fixed or feature implemented
CI and pytest fail because the help value of
--bg-roi-dilate
incommon_roi_options
doesn't match the reference intest_click_param_annot
intest_util.py
.help value of
--bg-roi-dilate
incommon_roi_options
was changed in https://github.com/dattalab/moseq2-extract/pull/130 but the related test was not changed.What was done?
Change the ref dictionary in
test_click_param_annot
intest_util.py
to match the updated help message.How Has This Been Tested?
Locally and CI
Breaking Changes
NA
Checklist: