Skip to content

Commit

Permalink
BUG fix column setting for pandas 1.0 (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyleeow authored and glemaitre committed Jan 30, 2020
1 parent 33cb836 commit ec7daf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ramp-database/ramp_database/tools/leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .submission import get_submission_max_ram
from .submission import get_time

pd.set_option('display.max_colwidth', -1)
pd.set_option('display.max_colwidth', None)


def _compute_leaderboard(session, submissions, leaderboard_type, event_name,
Expand Down

0 comments on commit ec7daf6

Please sign in to comment.