Skip to content

Commit

Permalink
Merge pull request #127 from stijnvanhoey/patch-1
Browse files Browse the repository at this point in the history
Define `max_columns` option as a display option
  • Loading branch information
aerispaha authored Feb 22, 2022
2 parents 36403f8 + a3833b1 commit edf5426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swmmio/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from swmmio.utils.functions import trim_section_to_nodes
from swmmio.utils.text import get_inp_sections_details, get_rpt_sections_details, get_rpt_metadata

pd.set_option('max_columns', 5)
pd.set_option('display.max_columns', 5)

__all__ = ['Model', 'inp', 'rpt']

Expand Down

0 comments on commit edf5426

Please sign in to comment.