pyroll-project / pyroll-tension-spreading-interaction

Plugin for PyRollL providing a model calculating the influence of tension on spreading.
https://pyroll.readthedocs.io
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Fix Report Output #4

Open axtimhaus opened 1 month ago

axtimhaus commented 1 month ago

as mentioned in #3

Either:

  1. implement a convert hook for pyroll.report operating on the class (in this plugin, not in report)
  2. use pyroll.core.repr.ReprMixin and implement the abstract methods

second is preferable I think