Skip to content

Commit

Permalink
Testing make_multimodel_tableheaders (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
LSYS committed Dec 15, 2023
1 parent 9a79b54 commit 8f504af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_mplot_dataframe_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,7 @@ def test_make_multimodel_tableheaders():
)
# Verify
# assert_frame_equal(df_result, df_expected)
pd.testing.assert_frame_equal(df_result.iloc[:, :4], df_expected.iloc[:, :4])
assert_frame_equal(df_result.iloc[:, :4], df_expected.iloc[:, :4])
assert_series_equal(df_result["yticklabel"], df_expected["yticklabel"])
assert_series_equal(df_result["yticklabel2"], df_expected["yticklabel2"])

0 comments on commit 8f504af

Please sign in to comment.