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

Refactor task computation and handling #99

Closed Kraysent closed 2 years ago

Kraysent commented 2 years ago

Problem: Task execution is messy. Program has TaskManager, which is basically list, and VisualTask, which is basically Tuple. Handling is done in analysis.py.

Possible solution: get rid of TaskManager, move handling into VisualTask