Hugo van Kemenade

Results 1591 comments of Hugo van Kemenade

Please can you post a complete, runnable snippet? For example, replace `from_solution.total_cost, to_solution.total_cost` with example values. For good tips, see https://stackoverflow.com/help/minimal-reproducible-example

Thanks, and as a standalone script: ```python import prettytable x = prettytable.PrettyTable(float_format="10.2f") # same with 10.2f, .2f, .2 x.field_names = ["Metric", "Initial sol.", "Best sol."] x.add_rows([["foo", 1.0 / 3.0, 1.0...

Please: * Change the PR title to something descriptive. * Add tests that fail without the fix and passes with the fix.

@rajarshidcoder Hello! Reminder this PR is awaiting an update :)

### What did you do? ### What did you expect to happen? ### What actually happened? ### What versions are you using? * OS: * Python: * PrettyTable: Please include...

[I transferred this issue from [https://github.com/jazzband/help](https://github.com/jazzband/help) to the PrettyTable repo] How are you calling `Create_Table`? Please provide a self-contained script.

That could be a problem, we don't really want to introduce breaking changes here.

Please fill out the template: ### What did you do? ### What did you expect to happen? ### What actually happened? ### What versions are you using? * OS: *...

This isn't supported, a PR is welcome.