Closed benedeki closed 2 years ago
The tests in ExplosionSuite are depending on the style of the DataFrame print-out style (show method). This can and does easily change between versions.
ExplosionSuite
DataFrame
show
Make the test to compare actual data, not the print-out.
Background
The tests in
ExplosionSuite
are depending on the style of theDataFrame
print-out style (show
method). This can and does easily change between versions.Feature
Make the test to compare actual data, not the print-out.