Kraysent / OMTool

Modeling N-Body problem in galactic evolution application.
https://omtool.readthedocs.io/en/latest/
Apache License 2.0
0 stars 0 forks source link

Make action_after return value #104

Closed Kraysent closed 2 years ago

Kraysent commented 2 years ago

After each task user should have an ability to provide list of methods that modify output of the task. For example, fit it into some function or something similar.

Kraysent commented 2 years ago

More flexible approach would be for the action_after to return the data. If any action does not need, it may not change the data and just return it.