Skip to content

Make the col_width customizable #1024

Open
@Anselmoo

Description

@Anselmoo

Is your feature request related to a problem? Please describe.

Make it possible to customize the width of the columns for printing larger proposed model names.

Describe the solution you'd like

def __init__(self, oracle, verbose=1): 
    ...

# change to

def __init__(self, oracle, verbose=1, col_width = 18):
    ...

Describe alternatives you've considered

Additional context

class Display(stateful.Stateful):
def __init__(self, oracle, verbose=1):
self.verbose = verbose
self.oracle = oracle
self.col_width = 18

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions