PyProphet / pyprophet

PyProphet: Semi-supervised learning and scoring of OpenSWATH results.
http://www.openswath.org
BSD 3-Clause "New" or "Revised" License
29 stars 21 forks source link

[FIX] Unit test compatibility #23

Closed grosenberger closed 6 years ago

grosenberger commented 6 years ago

This PR improves the reproducibility of unit tests with different pandas versions by setting pd.options.display.expand_frame_repr = False. This ensures that always all columns of a DataFrame are printed in the original order.