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
Falsifying example: test_always_increasing(
df_a=
A
2021-01-01 1
,
df_b=
A
2021-01-01 0
2021-01-02 0
,
)
Would you accept a patch that always sets pd.DataFrame._repr_pretty_? (Assuming Pandas is installed and that pd.DataFrame._repr_pretty_ isn't already set...)
The text was updated successfully, but these errors were encountered:
I have a test that takes a couple of Pandas DataFrames as input. When the test fails, the examples in the output can be very hard to make sense of:
If I add the following line in my test setup:
then the output is much clearer:
Would you accept a patch that always sets
pd.DataFrame._repr_pretty_? (Assuming Pandas is installed and thatpd.DataFrame._repr_pretty_isn't already set...)The text was updated successfully, but these errors were encountered: