Skip to content

print_table does not directly return output in python #1324

@HenrZu

Description

@HenrZu

Bug description

When using result.print_table() in the pycode, the return is given by a string and not written to the console.
As this is not intuitive and might be confusing, we should change it, so it prints directly to the console.
Currently, you have to use print(result.print_table()).

Version

Any

To reproduce

Just use this command in the pycode.

Relevant log output

Add any relevant information, e.g. used compiler, screenshots.

Checklist

  • Attached labels, especially loc:: or model:: labels.
  • Linked to project

Metadata

Metadata

Assignees

Labels

class::bugBugs found in the softwareclass::improvementCleanup that doesn't affect functionalitymodel::odeThis issue concerns any kind of ODE-based model.

Type

Projects

Status

👀 Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions