mindee / tawazi

A DAG Scheduler library written in pure python
https://mindee.github.io/tawazi/
Apache License 2.0
83 stars 5 forks source link

Refacto node #191

Closed bashirmindee closed 10 months ago

bashirmindee commented 10 months ago

Description

Reduce the number of lines used to implement ExecNode. This was done by removing the constructor for LazyExecNode and removing some useless code inside node.py

Checklist: