Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make col_width customizable in Display class #1025

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Anselmoo
Copy link
Contributor

This pull request adds the ability to customize the col_width parameter in the Display class of the oracle.py file. The col_width parameter determines the width of the columns when printing larger proposed model names.

The following commits are included in this pull request:

  • test: Add test for display col_width parameter: This commit adds a test case to ensure that the col_width parameter is working correctly.

  • feat: Add property and setter for col_width: This commit adds a property and setter method for the col_width parameter in the Oracle class.

  • chore: Update Display class in oracle.py with col_width parameter: This commit updates the Display class in the oracle.py file to include the col_width parameter.

Fixes #1024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make the col_width customizable
1 participant