Skip to content

Commit

Permalink
pland for last test case for convert
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinstadler committed Jul 11, 2024
1 parent 6181066 commit 5f8a95d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,3 +570,10 @@ def test_convert_characterize():
exp_res3.columns.names = res3.columns.names

pdt.assert_frame_equal(res3, exp_res3)

def test_convert_wrong_inputs():
pass
# things to catch and implement:
# - bridge matrix with __ wrong name in column header
# - bridge matrix with row not in df_orig, should be a warning
# - bridge matrix with non-duplicates for the same row

0 comments on commit 5f8a95d

Please sign in to comment.