GregorCH / ipet

Interactive Performance Evaluation Tools for Optimization Software
MIT License
26 stars 6 forks source link

Create a custom formatter for tables #1

Open GregorCH opened 7 years ago

GregorCH commented 7 years ago

The formatter class should be representable as XML element tree. It should be able to do the following:

fschloesser commented 6 years ago

This becomes relevant as rubberband should be improved.

GregorCH commented 6 years ago

I would not expect that this is happening soon. Rough formatting is already available through format strings.

fschloesser commented 6 years ago

As a preliminary step it would then also be nice to have formatstrings for the individual compare columns and the aggregations.

GregorCH commented 6 years ago

Aggregations (should) use the same formatting that the corresponding columns use. The Evaluation itself has an attribute comparecolformat that you can use for compare columns.

fschloesser commented 6 years ago

Okay, that seems to be broken then. The getColumnFormatter method still uses thelevel and seems to scramble up a colindex with more than one entry

fschloesser commented 6 years ago

I'll fix it