brainhackorg / brainmatch

Event project requirement-contributor request matching toolkit
2 stars 3 forks source link

ENH: Fix documentation interactive example test #23

Closed jhlegarreta closed 3 years ago

jhlegarreta commented 3 years ago

Fix documentation interactive example test.

Fixes:

074     Examples
075     --------
076     >>> n = 2
077     >>> columns = _generate_top_match_column_names(n)
Expected:
    ['id_top1', 'score_top1', 'id_top2', 'score_top2']
Got nothing

raised for example in: https://github.com/jhlegarreta/brainmatch/runs/2719834370?check_suite_focus=true#step:7:59

jhlegarreta commented 3 years ago

Checked locally. #22 will hopefully pass after this gets merged and the former is rebased on main.

@eurunuela @SamGuay reviews are welcome.

jhlegarreta commented 3 years ago

Merging.